|
@@ -38,8 +38,8 @@ export default defineConfig(({ mode, command }) => {
|
|
|
// https://cn.vitejs.dev/config/#server-proxy
|
|
|
'/dev-api': {
|
|
|
// target: 'http://192.168.100.139:9527',
|
|
|
- target: 'http://192.168.100.122:9527',
|
|
|
- // target: 'https://yongc.top/prod-api',
|
|
|
+ // target: 'http://192.168.100.122:9527',
|
|
|
+ target: 'https://yongc.top/prod-api',
|
|
|
// target: 'http://192.168.100.128:9527',
|
|
|
// target: 'https://goldshulin.com/prod-api',
|
|
|
changeOrigin: true,
|