添加nas部署配置

优化md
This commit is contained in:
wkc
2026-02-24 16:10:27 +08:00
parent 7d1ab61705
commit b126b43e2c
5 changed files with 394 additions and 256 deletions

View File

@@ -36,7 +36,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: baseUrl,
// target: baseUrl,
target: "http://116.62.17.81:20202",
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''