From f3b8e0d77a0fa7b6b6429b762131837e64ce8428 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 18 Mar 2024 13:45:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=93=E5=8C=85=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95=E6=8D=A2=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.test | 2 ++ package.json | 12 ++++++++---- src/pages/repairOrder/detail.vue | 6 +++--- 3 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 .env.test diff --git a/.env.test b/.env.test new file mode 100644 index 0000000..7cf4efa --- /dev/null +++ b/.env.test @@ -0,0 +1,2 @@ +VITE_BASE_URL=http://dev.ccwin-in.com:25202/api/admin-api +VITE_BASE_URL_IMAGE=http://dev.ccwin-in.com:25202/api/admin-api \ No newline at end of file diff --git a/package.json b/package.json index 6dc6585..4abe9a4 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,18 @@ "version": "1.0.0", "private": true, "scripts": { - "dev:app": "uni -p app", - "dev:custom": "uni -p", "dev": "uni", "dev:mp-weixin": "uni -p mp-weixin", + "dev:app": "uni -p app", + "dev:custom": "uni -p", + "test": "uni build --mode test", + "test:mp-weixin": "uni build -p mp-weixin", "test:app": "uni build -p app", "test:custom": "uni build -p", - "test": "uni build", - "test:mp-weixin": "uni build -p mp-weixin" + "build": "uni build --mode production", + "build:mp-weixin": "uni build -p mp-weixin --mode production", + "build:app": "uni build -p app --mode production", + "build:custom": "uni build -p --mode production" }, "dependencies": { "@dcloudio/uni-app": "3.0.0-alpha-3060920221114001", diff --git a/src/pages/repairOrder/detail.vue b/src/pages/repairOrder/detail.vue index 6b1c96c..afcde12 100644 --- a/src/pages/repairOrder/detail.vue +++ b/src/pages/repairOrder/detail.vue @@ -186,17 +186,17 @@ - 接单 - 修改工单 完成 - 验证完结