This commit is contained in:
大哥大哥的大哥哥
2026-09-09 14:47:14 +08:00
parent a5353f7eb5
commit 4d9da40abd
22 changed files with 74 additions and 45 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
import App from './App'
var baseUrl ='https://admin.zhenyangtang.com.cn/';
import { API_BASE_URL } from './config/api.js'
var baseUrl = API_BASE_URL;
function joinApiUrl(base, path) {
const b = String(base || '').replace(/\/+$/, '')
@@ -168,4 +169,4 @@ export function createApp() {
app
}
}
// #endif
// #endif