更新页面配置文件,开发文档,登录页面,首页

This commit is contained in:
2024-09-28 15:08:49 +08:00
parent 90eb77d891
commit 6feeaf919e
6 changed files with 96 additions and 45 deletions

View File

@@ -223,7 +223,16 @@
"pathRewrite" : {
"/ysk" : ""
}
}
},
"/ww" : {
// 需要被代理的后台地址
"target" : "http://192.168.1.15:8000",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"/ww" : ""
}
}
}
}
},