huazhiyu/common/config.js

7 lines
394 B

// 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}/`