diff --git a/.env b/.env index a1e5330..ebef671 100644 --- a/.env +++ b/.env @@ -4,3 +4,4 @@ NODE_ENV = 'dev' // 如果是生产环境,请记得切换为production # flag VUE_APP_FLAG='dev' VUE_APP_ADMIN='http://192.168.1.1:7006/' +VUE_APP_IMAGE='http://192.168.1.1:7006/' diff --git a/src/App.vue b/src/App.vue index ae79127..a9c036e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,6 +38,7 @@ export default { -moz-osx-font-smoothing: grayscale; color: #2c3e50; font-size: 14px; + min-height: 100vh; } .slide-left-leave-active, .slide-left-enter-active, diff --git a/src/assets/images/home/homeBack.png b/src/assets/images/home/homeBack.png new file mode 100644 index 0000000..3591953 Binary files /dev/null and b/src/assets/images/home/homeBack.png differ diff --git a/src/assets/images/home/homeLogo.png b/src/assets/images/home/homeLogo.png new file mode 100644 index 0000000..f4362f6 Binary files /dev/null and b/src/assets/images/home/homeLogo.png differ diff --git a/src/assets/images/home/logo.png b/src/assets/images/home/logo.png new file mode 100644 index 0000000..8e7b39f Binary files /dev/null and b/src/assets/images/home/logo.png differ diff --git a/src/assets/images/home/map-1-t1.png b/src/assets/images/home/map-1-t1.png new file mode 100644 index 0000000..5227b05 Binary files /dev/null and b/src/assets/images/home/map-1-t1.png differ diff --git a/src/assets/images/home/more.png b/src/assets/images/home/more.png new file mode 100644 index 0000000..d9360da Binary files /dev/null and b/src/assets/images/home/more.png differ diff --git a/src/assets/images/home/pointer.png b/src/assets/images/home/pointer.png new file mode 100644 index 0000000..21bb76e Binary files /dev/null and b/src/assets/images/home/pointer.png differ diff --git a/src/assets/images/home/pointer2.png b/src/assets/images/home/pointer2.png new file mode 100644 index 0000000..ba0794c Binary files /dev/null and b/src/assets/images/home/pointer2.png differ diff --git a/src/assets/images/home/search.png b/src/assets/images/home/search.png new file mode 100644 index 0000000..9d514b0 Binary files /dev/null and b/src/assets/images/home/search.png differ diff --git a/src/assets/images/home/乐活人生@2x.png b/src/assets/images/home/乐活人生@2x.png new file mode 100644 index 0000000..1315bd9 Binary files /dev/null and b/src/assets/images/home/乐活人生@2x.png differ diff --git a/src/assets/images/home/图层 1030 拷贝 3@2x.png b/src/assets/images/home/图层 1030 拷贝 3@2x.png new file mode 100644 index 0000000..3e45fca Binary files /dev/null and b/src/assets/images/home/图层 1030 拷贝 3@2x.png differ diff --git a/src/assets/images/home/平板@2x.png b/src/assets/images/home/平板@2x.png new file mode 100644 index 0000000..28540f1 Binary files /dev/null and b/src/assets/images/home/平板@2x.png differ diff --git a/src/assets/images/home/形状 1@2x.png b/src/assets/images/home/形状 1@2x.png new file mode 100644 index 0000000..46556c1 Binary files /dev/null and b/src/assets/images/home/形状 1@2x.png differ diff --git a/src/assets/images/home/成长护航@2x.png b/src/assets/images/home/成长护航@2x.png new file mode 100644 index 0000000..0e6d68d Binary files /dev/null and b/src/assets/images/home/成长护航@2x.png differ diff --git a/src/assets/images/home/气球@2x.png b/src/assets/images/home/气球@2x.png new file mode 100644 index 0000000..21ec0fe Binary files /dev/null and b/src/assets/images/home/气球@2x.png differ diff --git a/src/assets/images/home/点击@2x.png b/src/assets/images/home/点击@2x.png new file mode 100644 index 0000000..4de5608 Binary files /dev/null and b/src/assets/images/home/点击@2x.png differ diff --git a/src/assets/images/home/矢量智能对象 拷贝 5@2x.png b/src/assets/images/home/矢量智能对象 拷贝 5@2x.png new file mode 100644 index 0000000..0276ac7 Binary files /dev/null and b/src/assets/images/home/矢量智能对象 拷贝 5@2x.png differ diff --git a/src/assets/images/home/组 16@2x.png b/src/assets/images/home/组 16@2x.png new file mode 100644 index 0000000..c9fe79f Binary files /dev/null and b/src/assets/images/home/组 16@2x.png differ diff --git a/src/assets/images/home/组 4 拷贝 4@2x.png b/src/assets/images/home/组 4 拷贝 4@2x.png new file mode 100644 index 0000000..141ec41 Binary files /dev/null and b/src/assets/images/home/组 4 拷贝 4@2x.png differ diff --git a/src/assets/images/home/联系我们@2x.png b/src/assets/images/home/联系我们@2x.png new file mode 100644 index 0000000..dd73e2b Binary files /dev/null and b/src/assets/images/home/联系我们@2x.png differ diff --git a/src/assets/images/home/臻享健康@2x.png b/src/assets/images/home/臻享健康@2x.png new file mode 100644 index 0000000..ad81a57 Binary files /dev/null and b/src/assets/images/home/臻享健康@2x.png differ diff --git a/src/assets/images/home/走路挥手@2x.png b/src/assets/images/home/走路挥手@2x.png new file mode 100644 index 0000000..d81dfc6 Binary files /dev/null and b/src/assets/images/home/走路挥手@2x.png differ diff --git a/src/generatedComponents/navbar.vue b/src/generatedComponents/navbar.vue new file mode 100644 index 0000000..8303180 --- /dev/null +++ b/src/generatedComponents/navbar.vue @@ -0,0 +1,30 @@ + + diff --git a/src/views/app/FunctionList.vue b/src/views/app/FunctionList.vue deleted file mode 100644 index 70f9414..0000000 --- a/src/views/app/FunctionList.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - - diff --git a/src/views/app/Home.vue b/src/views/app/Home.vue index c2bac6e..a34243c 100644 --- a/src/views/app/Home.vue +++ b/src/views/app/Home.vue @@ -4,37 +4,63 @@ http://www.ebiz-interactive.com/ --> - + + & .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,