|
@@ -91,7 +91,9 @@ export default defineConfig({
|
|
|
port: 3000,
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- target: 'https://company.citupro.com:18183',
|
|
|
+ target: 'http://192.168.3.143:5500',
|
|
|
+ // http://192.168.3.143:5500
|
|
|
+ // https://company.citupro.com:18183
|
|
|
secure: false, // 是否支持 https,默认 false
|
|
|
changeOrigin: true, // 是否支持跨域
|
|
|
pathRewrite: {
|