From b24d930f4fa3d2c21066785f0ac0f1d572111f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:13:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=80=E5=B1=9E=E7=AB=99=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 186 ++++++++++++++++---------------- pages/work/index.vue | 19 ++-- store/getters.js | 19 ++-- store/modules/user.js | 246 +++++++++++++++++++++++------------------- 4 files changed, 252 insertions(+), 218 deletions(-) diff --git a/manifest.json b/manifest.json index f614279..6c70362 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" -} \ No newline at end of file +{ + "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" +} diff --git a/pages/work/index.vue b/pages/work/index.vue index 611ef21..0c72312 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -66,6 +66,9 @@