|
@@ -26,8 +26,8 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
|
|
|
force: true,
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- // target: 'http://61.147.254.211:30876/YJZH-SQ/',
|
|
|
- target: 'http://sqpcbg.xt.wenhq.top:8083/',
|
|
|
+ target: 'http://61.147.254.211:30876/YJZH-SQ/',
|
|
|
+ // target: 'http://sqpcbg.xt.wenhq.top:8083/',
|
|
|
changeOrigin: true,
|
|
|
// rewrite: (path) => path.replace(/^\/api/, ''),
|
|
|
},
|