|
@@ -16,8 +16,8 @@ module.exports = defineConfig({
|
|
devServer: {
|
|
devServer: {
|
|
proxy: {
|
|
proxy: {
|
|
'/api': {
|
|
'/api': {
|
|
- // target: 'https://coldlogistics.coldbaozhida.com/Cold_Logistic',
|
|
|
|
- target: 'http://coldlogisticstest.coldbaozhida.com/Cold_Logistic', //测试
|
|
|
|
|
|
+ target: 'https://coldlogistics.coldbaozhida.com/Cold_Logistic',
|
|
|
|
+ // target: 'http://coldlogisticstest.coldbaozhida.com/Cold_Logistic', //测试
|
|
ws: false,
|
|
ws: false,
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
pathRewrite: {
|
|
pathRewrite: {
|