diff --git a/config.js b/config.js index ccdc576..da71398 100644 --- a/config.js +++ b/config.js @@ -2,17 +2,17 @@ module.exports = { // todo 打包项目时切换baseUrl // 测试环境 - baseUrl: 'http://110.40.171.179:8089', + // baseUrl: 'http://110.40.171.179:8089', // 生产环境 - // baseUrl: 'http://1.15.120.242:8089', + baseUrl: 'http://1.15.120.242:8089', // 应用信息 appInfo: { // 应用名称 - name: "xzzn-app", + name: "上动EMS", // 应用版本 version: "1.2.0", // 应用logo - logo: "/static/logo.png", + logo: "/static/logo-trans.png", // 官方网站 site_url: "http://xzzn.vip", // 政策协议 diff --git a/manifest.json b/manifest.json index 6c70362..f614279 100644 --- a/manifest.json +++ b/manifest.json @@ -1,93 +1,93 @@ -{ - "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" : {}, - "icons" : { - "android" : { - "hdpi" : "static/logo.png", - "xhdpi" : "static/logo.png", - "xxhdpi" : "static/logo.png", - "xxxhdpi" : "static/logo.png" - }, - "ios" : { - "appstore" : "" - } - }, - "splashscreen" : { - "androidStyle" : "common" - } - } - }, - "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", - "router" : { - "mode" : "hash", - "base" : "./" - } - }, - "locale" : "zh-Hans", - "fallbackLocale" : "zh-Hans" -} +{ + "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": {}, + "icons": { + "android": { + "hdpi": "static/logo.png", + "xhdpi": "static/logo.png", + "xxhdpi": "static/logo.png", + "xxxhdpi": "static/logo.png" + }, + "ios": { + "appstore": "" + } + }, + "splashscreen": { + "androidStyle": "common" + } + } + }, + "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", + "router": { + "mode": "hash", + "base": "./" + } + }, + "locale": "zh-Hans", + "fallbackLocale": "zh-Hans" +} \ No newline at end of file diff --git a/pages/mine/about/index.vue b/pages/mine/about/index.vue index c680319..48ce767 100644 --- a/pages/mine/about/index.vue +++ b/pages/mine/about/index.vue @@ -1,7 +1,7 @@