This commit is contained in:
li
2026-01-17 19:08:14 +08:00
parent 7073975960
commit 71def0f3c7
1409 changed files with 101928 additions and 43 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ router.beforeEach((to, from, next) => {
if (!apiUrl) {
// 入口配置
uni.request({
url: "./static/config.json",
url: "./static/config.json?v=" + new Date().getTime(),
method: "GET",
timeout: 10000,
success: (res) => {