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
+2 -1
View File
@@ -1,6 +1,7 @@
import App from './App'
import { API_BASE_URL } from './config/api.js'
var baseUrl = 'https://xt.zhenyangtang.com.cn/'
var baseUrl = API_BASE_URL
function joinApiUrl(base, path) {
const b = String(base || '').replace(/\/+$/, '')