fix: 优化提交订单页面js警告,充值订单跳转bug以及其他bug。refactor: 重构地址选择
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
export const VUE_APP_API_URL = 'https://b2c-pro-api-dev.zkthink.com/app-api'
|
||||
export const VUE_APP_API_URL = 'https://b2c-pro-api.zkthink.com/app-api'
|
||||
// export const VUE_APP_API_URL = 'https://843308749k.wocp.fun/app-api'
|
||||
|
||||
export const VUE_APP_UPLOAD_URL = VUE_APP_API_URL + '/infra/file/upload'
|
||||
export const VUE_APP_STATIC_URL = "https://b2c-pro-static-dev.zkthink.com/" // 静态资源路径
|
||||
export const VUE_SHARE_TITLE = '邀请您使用YShop~'
|
||||
// export const VUE_H5_DOMAIN_NAME = "http://localhost:10086/#"
|
||||
export const VUE_H5_DOMAIN_NAME = "https://b2c-pro-ui-h5-dev.zkthink.com/#"
|
||||
export const VUE_H5_DOMAIN_NAME = "https://b2c-pro-ui-h5.zkthink.com/#"
|
||||
|
||||
const orderListStatus = {}
|
||||
|
||||
|
Reference in New Issue
Block a user