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