From dc0cb5a76c07a7cc51a5436fa8f93c682e6cc618 Mon Sep 17 00:00:00 2001 From: Chopper Date: Mon, 17 May 2021 15:40:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E5=8F=B7=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=B1=80=E5=9F=9F?= =?UTF-8?q?=E7=BD=91ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/config/index.js | 2 +- buyer/src/config/index.js | 8 ++++---- manager/src/config/index.js | 8 ++++---- manager/vue.config.js | 2 +- seller/src/config/index.js | 8 ++++---- seller/vue.config.js | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/buyer/config/index.js b/buyer/config/index.js index 529e7a7f..2189ed6d 100644 --- a/buyer/config/index.js +++ b/buyer/config/index.js @@ -22,7 +22,7 @@ module.exports = { // Various Dev Server settings host: '0.0.0.0', // can be overwritten by process.env.HOST - port: 8889, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined + port: 10000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, notifyOnErrors: true, diff --git a/buyer/src/config/index.js b/buyer/src/config/index.js index d5cc3dc7..4f37451c 100644 --- a/buyer/src/config/index.js +++ b/buyer/src/config/index.js @@ -17,10 +17,10 @@ export default { * @description api请求基础路径 */ api_dev: { - common: 'https://common-api.pickmall.cn', - buyer: 'https://buyer-api.pickmall.cn', - seller: 'https://store-api.pickmall.cn', - manager: 'https://admin-api.pickmall.cn' + common: 'http://127.0.0.1:8890', + buyer: 'http://127.0.0.1:8888', + seller: 'http://127.0.0.1:8889', + manager: 'http://127.0.0.1:8887' }, api_prod: { common: 'https://common-api.pickmall.cn', diff --git a/manager/src/config/index.js b/manager/src/config/index.js index 8f1ce647..95414e80 100644 --- a/manager/src/config/index.js +++ b/manager/src/config/index.js @@ -17,10 +17,10 @@ export default { * @description api请求基础路径 */ api_dev: { - common: 'https://common-api.pickmall.cn', - buyer: 'https://buyer-api.pickmall.cn', - seller: 'https://store-api.pickmall.cn', - manager: 'https://admin-api.pickmall.cn' + common: 'http://127.0.0.1:8890', + buyer: 'http://127.0.0.1:8888', + seller: 'http://127.0.0.1:8889', + manager: 'http://127.0.0.1:8887' }, api_prod: { common: 'https://common-api.pickmall.cn', diff --git a/manager/vue.config.js b/manager/vue.config.js index b5be380c..446a2847 100644 --- a/manager/vue.config.js +++ b/manager/vue.config.js @@ -17,7 +17,7 @@ module.exports = { } }, devServer: { - port: 9999 + port: 10003 // proxy: { // '/lili': { // target: 'http://127.0.0.1:8888', // 请求本地 需要lili后台项目 diff --git a/seller/src/config/index.js b/seller/src/config/index.js index 0ae255f4..f80acd5a 100644 --- a/seller/src/config/index.js +++ b/seller/src/config/index.js @@ -18,10 +18,10 @@ export default { * @description api请求基础路径 */ api_dev: { - common: 'https://common-api.pickmall.cn', - buyer: 'https://buyer-api.pickmall.cn', - seller: 'https://store-api.pickmall.cn', - manager: 'https://admin-api.pickmall.cn' + common: 'http://127.0.0.1:8890', + buyer: 'http://127.0.0.1:8888', + seller: 'http://127.0.0.1:8889', + manager: 'http://127.0.0.1:8887' }, api_prod: { common: 'https://common-api.pickmall.cn', diff --git a/seller/vue.config.js b/seller/vue.config.js index c287a6f8..cebe4ff1 100644 --- a/seller/vue.config.js +++ b/seller/vue.config.js @@ -17,7 +17,7 @@ module.exports = { }, devServer: { - port: 9998, + port: 10002, // proxy: { // '/lili': { // target: 'http://127.0.0.1:8888', // 请求本地 需要lili后台项目