diff --git a/App.vue b/App.vue
index dc350ed..eb1fc67 100644
--- a/App.vue
+++ b/App.vue
@@ -1,263 +1,264 @@
\ No newline at end of file
diff --git a/common/config.js b/common/config.js
index 536d05e..28313d7 100644
--- a/common/config.js
+++ b/common/config.js
@@ -13,6 +13,7 @@ const wx_version = "111";
// 白名单页面(不需要登录即可访问)
export const whiteList = [
"pages/shouye/index", // 首页
+ "pages/index/index",
"pages/shouye/detail", // 详情页
"pages/shouye/huanxiang", // 换箱页面
"pages/mall/index", // 商城首页
diff --git a/main.js b/main.js
index 97ae920..6737a0e 100644
--- a/main.js
+++ b/main.js
@@ -2,12 +2,16 @@ import Vue from 'vue'
import App from './App'
import Mixin from '@/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-mixins.js'
import common from '@/common/common.js'
-import { gotopage } from '@/common/gotopage.js'
+import {
+ gotopage
+} from '@/common/gotopage.js'
import router from '@/common/router.js'
import ConfigManager from '@/common/config.js'
import RequestManager from '@/common/request.js'
import EnvConfig from '@/common/env.js'
-import { platform } from '@/common/platform/PlatformFactory'
+import {
+ platform
+} from '@/common/platform/PlatformFactory'
// 全局注册uni-popup组件
import uniPopup from '@/uni_modules/uni-popup/components/uni-popup/uni-popup.vue'
@@ -48,7 +52,6 @@ function loadScript(url) {
loadScript('https://res.wx.qq.com/open/js/jweixin-1.6.0.js')
// #endif
-
Vue.config.productionTip = false
Vue.mixin(Mixin)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 93858a7..3c51af4 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,121 +1,164 @@
-
-
-
-
-
+
+
+
+
+
+ {{ tips }}
+
-
+
\ No newline at end of file
diff --git a/static/app-plus/icon_108.png b/static/app-plus/icon_108.png
new file mode 100644
index 0000000..de4562f
Binary files /dev/null and b/static/app-plus/icon_108.png differ
diff --git a/static/app-plus/index_login.gif b/static/app-plus/index_login.gif
new file mode 100644
index 0000000..7294be9
Binary files /dev/null and b/static/app-plus/index_login.gif differ