From 0361e5cd94893d3b4cf6e7dce2d584251ef67369 Mon Sep 17 00:00:00 2001 From: ch Date: Thu, 21 Apr 2022 18:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 +++---- pages/index/components/Pick.vue | 20 ++++++++--------- pages/order/detail/components/Operation.vue | 24 ++++++++++----------- pages/order/list.vue | 6 +++--- pages/order/submit.vue | 3 ++- 5 files changed, 31 insertions(+), 30 deletions(-) diff --git a/manifest.json b/manifest.json index e8f4a65..38e4241 100644 --- a/manifest.json +++ b/manifest.json @@ -77,16 +77,16 @@ "devServer" : { "proxy" : { "/uc/" : { - "target" : "http://192.168.10.109:8090/" + "target" : "http://192.168.10.5:8090/" }, "/mall/" : { - "target" : "http://192.168.10.109:8090/" + "target" : "http://192.168.10.5:8090/" }, "/pay/" : { - "target" : "http://192.168.10.109:8090/" + "target" : "http://192.168.10.5:8090/" }, "/oss/" : { - "target" : "http://192.168.10.109:8090/" + "target" : "http://192.168.10.5:8090/" } } } diff --git a/pages/index/components/Pick.vue b/pages/index/components/Pick.vue index b9530e9..a0eb638 100644 --- a/pages/index/components/Pick.vue +++ b/pages/index/components/Pick.vue @@ -2,44 +2,44 @@ * @Author: ch * @Date: 2022-03-23 10:29:07 * @LastEditors: ch - * @LastEditTime: 2022-04-21 16:23:22 + * @LastEditTime: 2022-04-21 18:36:57 * @Description: file content -->