flat: 增加 所属机构

This commit is contained in:
Apcallover
2024-04-17 16:59:33 +08:00
parent 0fb5b70df5
commit 9cb647d53e
8 changed files with 353 additions and 179 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
//路径前缀
publicPath: "/manage/",
publicPath: "manage",
outputDir: "manage",
lintOnSave: true,
productionSourceMap: false,
@@ -23,7 +23,7 @@ module.exports = {
port: 1888,
proxy: {
"/api": {
target: 'http://10.165.0.173:8000',
target: 'http://192.168.1.106:8000',
ws: true,
changeOrigin: true,
pathRewrite: {