1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-09-02 17:30:44 +08:00

修改:简单兼容QQ小程序(未测试)

This commit is contained in:
小莫唐尼
2023-05-14 11:08:20 +08:00
parent 9720743c80
commit 66f4ccffc0
10 changed files with 372 additions and 307 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ module.exports = {
changeOrigin: true,
secure: true,
pathRewrite: {
"^/api": ""
"^/api": "/api"
}
}
}
@@ -29,4 +29,4 @@ module.exports = {
})
]
}
}
}