diff --git a/manifest.json b/manifest.json index f055f22..199d7c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,69 +1,79 @@ -{ - "name" : "EMS移动端", - "appid" : "__UNI__B330617", - "description" : "", - "versionName" : "1.2.0", - "versionCode" : "100", - "transformPx" : false, - "app-plus" : { - "usingComponents" : true, - "nvueCompiler" : "uni-app", - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - "modules" : {}, - "distribute" : { - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - "ios" : {}, - "sdkConfigs" : {} - } - }, - "quickapp" : {}, - "mp-weixin" : { - "appid" : "wxccd7e2a0911b3397", - "setting" : { - "urlCheck" : false, - "es6" : false, - "minified" : true, - "postcss" : true - }, - "optimization" : { - "subPackages" : true - }, - "usingComponents" : true - }, - "vueVersion" : "2", - "h5" : { - "template" : "static/index.html", - "devServer" : { - "port" : 9090, - "https" : false - }, - "title" : "EMS-App", - "router" : { - "mode" : "hash", - "base" : "./" - } - } -} +{ + "name": "EMS移动端", + "appid": "__UNI__B330617", + "description": "", + "versionName": "1.2.0", + "versionCode": "100", + "transformPx": false, + "app-plus": { + "usingComponents": true, + "nvueCompiler": "uni-app", + "safearea": { + "background": "#FFFFFF", + "top": { + "offset": "auto" + } + }, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + "modules": {}, + "distribute": { + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + "ios": { + "dSYMs": false + }, + "sdkConfigs": {} + } + }, + "quickapp": {}, + "mp-weixin": { + "appid": "wxccd7e2a0911b3397", + "setting": { + "urlCheck": false, + "es6": false, + "minified": true, + "postcss": true + }, + "optimization": { + "subPackages": true + }, + "usingComponents": true + }, + "vueVersion": "2", + "h5": { + "template": "static/index.html", + "devServer": { + "port": 9090, + "https": false + }, + "title": "EMS-App", + "router": { + "mode": "hash", + "base": "./" + } + }, + "locale": "zh-Hans", + "fallbackLocale": "zh-Hans" +} \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index 25e9c00..31a4944 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -4,7 +4,7 @@ + @click="changeTab('undone')">待处理 + @@ -170,26 +171,43 @@ \ No newline at end of file diff --git a/pages/work/index.vue b/pages/work/index.vue index 05b72c4..1b8985a 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -1,16 +1,16 @@