|
@ -152,8 +152,8 @@ try{ |
|
|
Vue.prototype.isMobile = isMobile(); |
|
|
Vue.prototype.isMobile = isMobile(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const NODE_ENV = 'development'; |
|
|
// const NODE_ENV = 'development';
|
|
|
// const NODE_ENV = 'production';
|
|
|
const NODE_ENV = 'production'; |
|
|
|
|
|
|
|
|
Vue.prototype.cssUrl1 = '/static/images/' |
|
|
Vue.prototype.cssUrl1 = '/static/images/' |
|
|
|
|
|
|
|
@ -162,7 +162,7 @@ if(Vue.prototype.provider == Vue.prototype.provider_weixin){ |
|
|
Vue.prototype.request_domain = 'http://coin.checkcopy.com/'; |
|
|
Vue.prototype.request_domain = 'http://coin.checkcopy.com/'; |
|
|
// Vue.prototype.request_domain = 'http://jasonyizherenxin.checkcopy.com/';
|
|
|
// Vue.prototype.request_domain = 'http://jasonyizherenxin.checkcopy.com/';
|
|
|
} else { |
|
|
} else { |
|
|
Vue.prototype.request_domain = 'https://api.yizherenxin.cn/'; |
|
|
Vue.prototype.request_domain = 'https://coinapi.90616.com'; |
|
|
} |
|
|
} |
|
|
// 暂时注释
|
|
|
// 暂时注释
|
|
|
Vue.prototype.cssUrl = Vue.prototype.request_domain + '/images/frontend/user/'; |
|
|
Vue.prototype.cssUrl = Vue.prototype.request_domain + '/images/frontend/user/'; |
|
|