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后台项目