Browse Source

修改地址

master
panxiaohe 2 years ago
parent
commit
22fffeb8d8
  1. 6
      vue.config.js

6
vue.config.js

@ -42,7 +42,7 @@ module.exports = {
'/api': {
// target: 'http://3j073r3905.qicp.vip:29544', // 测试
// target: 'https://ceresdev.zkthink.com/adminapi', // 平台端
target: 'http://localhost:9003', // 平台端
target: 'http://122.9.152.120/ceres-app-api', // 平台端
// target: 'https://bizapi.zkthink.com', // 商家端
changeOrigin: true,
pathRewrite: {
@ -52,7 +52,7 @@ module.exports = {
'/adminapi': {
// target: 'http://3j073r3905.qicp.vip:29544', // 测试
// target: 'https://ceresdev.zkthink.com/adminapi', // 平台端
target: 'http://localhost:9003', // 平台端
target: 'http://122.9.152.120/ceres-admin-api', // 平台端
// target: 'https://bizapi.zkthink.com', // 商家端
changeOrigin: true,
pathRewrite: {
@ -62,7 +62,7 @@ module.exports = {
'/': {
// target: 'http://3j073r3905.qicp.vip:29544', // 测试
// target: 'https://ceresdev.zkthink.com/adminapi/', // 平台端
target: 'http://localhost:9003', // 平台端
target: 'http://122.9.152.120/ceres-app-api', // 平台端
// target: 'https://bizapi.zkthink.com', // 商家端
changeOrigin: true,
},

Loading…
Cancel
Save