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.
huazhiyu/common/config.js

7 lines
394 B

1 year ago
// export const $apiLinks = "https://admin.hezhiying.com.cn/" // api 接口地址
// export const baseUrl = "https://admin.hezhiying.com.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}/`