This commit is contained in:
2023-10-11 17:34:14 +08:00
parent 98dc5cd8f7
commit 268ffecff7
35 changed files with 1947 additions and 878 deletions

View File

@@ -1,7 +1,6 @@
const {defineConfig} = require('@vue/cli-service')
const path = require('path');
const webpack = require('webpack')
module.exports = defineConfig({
transpileDependencies: ['vuetify'],
@@ -21,7 +20,7 @@ module.exports = defineConfig({
// changeOrigin: true, //是否允许跨越
// }
'/api':{
target:'http://192.168.1.9:5567',
target:'http://18.167.251.121:10086',
changeOrigin:true,
},
'/robot':{
@@ -31,7 +30,7 @@ module.exports = defineConfig({
'^/robot': 'api', // api替换成api
}
},
'xuPei':{
'/xuPei':{
target:'http://192.168.1.10:5567',
changeOrigin:true,
pathRewrite:{