|
@@ -26,7 +26,7 @@ export default defineConfig(({ mode, command }: ConfigEnv): UserConfig => {
|
|
|
cors: true,
|
|
|
proxy: {
|
|
|
[env.VITE_APP_BASE_API]: {
|
|
|
- target:'https://cimweb.zjw.sh.cegn.cn:2007/fream/',
|
|
|
+ target: env.VITE_APP_BASE_API,
|
|
|
//target: 'http://localhost:8086/',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|