|
@@ -13,7 +13,7 @@ module.exports = defineConfig({
|
|
|
proxy: {
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
// target: 'http://192.168.1.21:8080',//本地代码
|
|
|
- target: 'http://1.82.219.241:8080', // 测试
|
|
|
+ target: 'https://smzctest.shizhi.tv:86/prod-api', // 测试
|
|
|
// target: 'http://1.82.219.240:8080', // 生产
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|