ig
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user