From 7a080124c64fb6a0e803d87485aebd36ac162eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Tue, 29 Jun 2021 11:59:45 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E6=8F=90=E7=8E=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/config/index.js | 8 +- .../views/member/advance/withdrawApply.vue | 577 ++++++++---------- seller/src/config/index.js | 5 +- 3 files changed, 261 insertions(+), 329 deletions(-) diff --git a/manager/src/config/index.js b/manager/src/config/index.js index 680fb1b1..a27badcf 100644 --- a/manager/src/config/index.js +++ b/manager/src/config/index.js @@ -21,10 +21,10 @@ export default { buyer: "https://buyer-api.pickmall.cn", seller: "https://store-api.pickmall.cn", manager: "https://admin-api.pickmall.cn" - // common: 'http://192.168.0.109:8890', - // buyer: 'http://192.168.0.109:8888', - // seller: 'http://192.168.0.109:8889', - // manager: 'http://192.168.0.109:8887' + // common: 'http://192.168.0.100:8890', + // buyer: 'http://192.168.0.100:8888', + // seller: 'http://192.168.0.100:8889', + // manager: 'http://192.168.0.100:8887' }, api_prod: { common: "https://common-api.pickmall.cn", diff --git a/manager/src/views/member/advance/withdrawApply.vue b/manager/src/views/member/advance/withdrawApply.vue index c5a9078a..27e24eb3 100644 --- a/manager/src/views/member/advance/withdrawApply.vue +++ b/manager/src/views/member/advance/withdrawApply.vue @@ -2,86 +2,34 @@ diff --git a/seller/src/config/index.js b/seller/src/config/index.js index fb771310..53b93578 100644 --- a/seller/src/config/index.js +++ b/seller/src/config/index.js @@ -22,10 +22,7 @@ export default { buyer: 'https://buyer-api.pickmall.cn', seller: 'https://store-api.pickmall.cn', manager: 'https://admin-api.pickmall.cn', - // common: 'http://192.168.0.100:8890', - // buyer: 'http://192.168.0.100:8888', - // seller: 'http://192.168.0.100:8889', - // manager: 'http://192.168.0.100:8887' + }, api_prod: { common: 'https://common-api.pickmall.cn', From 18bfa0edefdb57629647a908d949b044938c48bd Mon Sep 17 00:00:00 2001 From: mabo Date: Tue, 29 Jun 2021 14:58:07 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=BB=91=E5=9D=97=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/App.vue | 2 +- buyer/src/components/verify/index.vue | 36 +++++++++---------- buyer/src/config/index.js | 16 ++++----- buyer/src/pages/Login.vue | 14 +++++--- buyer/src/pages/SignUp.vue | 4 +-- buyer/src/pages/forgetPassword.vue | 8 +++-- manager/src/views/login.vue | 6 ++-- .../src/views/my-components/verify/index.vue | 29 +++++++-------- seller/src/views/login.vue | 4 +-- .../src/views/my-components/verify/index.vue | 30 ++++++++-------- 10 files changed, 77 insertions(+), 72 deletions(-) diff --git a/buyer/src/App.vue b/buyer/src/App.vue index 019eb1c1..56da9df3 100644 --- a/buyer/src/App.vue +++ b/buyer/src/App.vue @@ -31,7 +31,7 @@ export default { diff --git a/buyer/src/components/verify/index.vue b/buyer/src/components/verify/index.vue index 6dfa3be0..3004b32c 100644 --- a/buyer/src/components/verify/index.vue +++ b/buyer/src/components/verify/index.vue @@ -1,5 +1,5 @@