flat:暂存

This commit is contained in:
史典卓
2025-03-26 14:52:22 +08:00
parent 15fda3a485
commit a066de010e
17 changed files with 545 additions and 485 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
//路径前缀
publicPath: "/manage/",
publicPath: '/gt/manage/',
outputDir: "manage",
lintOnSave: true,
productionSourceMap: false,
@@ -24,12 +24,9 @@ module.exports = {
port: 1888,
proxy: {
"/api": {
target: 'http://39.98.184.58:8000',
target: 'http://39.98.44.136:80',
ws: true,
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
},
"/qq/map": {
//本地服务接口地址