fix: 修复遗漏的全限定类名引用

将 4 处使用旧包名的全限定类名更新为新包名 com.ruoyi.info.collection
This commit is contained in:
wkc
2026-02-24 17:25:58 +08:00
parent 1cd87d2695
commit 859d52bf96
4 changed files with 6 additions and 6 deletions

View File

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