|
@@ -37,8 +37,8 @@ export default defineConfig(({ mode, command }) => {
|
|
|
},
|
|
|
// https://cn.vitejs.dev/config/#server-proxy
|
|
|
'/dev-api': {
|
|
|
- target: 'http://192.168.100.95:9527',
|
|
|
- // target: 'https://zybooks.tech/prod-api',
|
|
|
+ // target: 'http://192.168.100.95:9527',
|
|
|
+ target: 'https://zybooks.tech/prod-api',
|
|
|
// target: 'http://192.168.100.101:9527',
|
|
|
// target: 'http://192.168.100.122:9527',
|
|
|
changeOrigin: true,
|