You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
398 B
7 lines
398 B
5 months ago
|
export const $apiLinks = "https://quzhouadmin.huayuyage.cn/" // api 接口地址
|
||
|
export const baseUrl = "https://quzhouadmin.huayuyage.cn/"
|
||
|
|
||
|
// export const $apiLinks = "https://admin.zxckn.cn/" // api 接口地址
|
||
|
// export const baseUrl = "https://admin.zxckn.cn/"
|
||
|
// export const $apiLinks = `${window.location.origin}/` // api 接口地址
|
||
|
// export const baseUrl = `${window.location.origin}/`
|