-
-
+
+
+
+
+

+
+
+
+
+
+
+
+
-
+
+ & .animate-boll {
+ position: absolute;
+ }
+ }
+}
+
diff --git a/src/views/app/homeComponents/map.vue b/src/views/app/homeComponents/map.vue
new file mode 100644
index 0000000..cf0fce2
--- /dev/null
+++ b/src/views/app/homeComponents/map.vue
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vue.config.js b/vue.config.js
index 80edf46..3a3a4a1 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -5,7 +5,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
module.exports = {
- publicPath: '/saleH5',
+ publicPath: '/h5',
lintOnSave: false, //是否开启代码检查
outputDir: 'dist', //打包输出目录
productionSourceMap: false,