no message
This commit is contained in:
parent
35ddcc830a
commit
70ba76875d
@ -191,7 +191,7 @@ export default {
|
||||
}).catch(() => {});
|
||||
},
|
||||
goToCashier() {
|
||||
window.open(this.pcUrl+'#/homeindex?id=0')
|
||||
window.open(this.cashierUrl+'#/homeindex?id=0')
|
||||
},
|
||||
getStore(){
|
||||
ljStoreInfo().then(res => {
|
||||
|
@ -56,9 +56,12 @@ Vue.prototype.download = download
|
||||
Vue.prototype.handleTree = handleTree
|
||||
Vue.prototype.imgurl = 'http://192.168.0.138:8008'
|
||||
// Vue.prototype.pcUrl = 'http://192.168.0.178:83/'
|
||||
Vue.prototype.cashierUrl = 'http://192.168.31.178:83/#/homeindex' // 收银台
|
||||
Vue.prototype.pcUrl = 'http://192.168.31.178:83/#/homeindex' // 收银台
|
||||
Vue.prototype.ztUrl = 'http://192.168.31.178:82/' // 中台
|
||||
// Vue.prototype.cashierUrl = 'http://192.168.31.178:83/#/homeindex' // 收银台
|
||||
// Vue.prototype.pcUrl = 'http://192.168.31.178:83/#/homeindex' // 收银台
|
||||
// Vue.prototype.ztUrl = 'http://192.168.31.178:82/' // 中台
|
||||
Vue.prototype.cashierUrl = 'https://cashier.youkerr.com/#/homeindex' // 收银台
|
||||
Vue.prototype.pcUrl = 'https://www.youkerr.com' // 收银台
|
||||
Vue.prototype.ztUrl = 'https://192.168.31.178:82/' // 中台
|
||||
const Collapse= false
|
||||
Vue.prototype.isCollapse = Collapse
|
||||
|
||||
|
@ -283,7 +283,7 @@ export default {
|
||||
|
||||
if (Cookies.get("DUTY_ROLE_CODE") && Cookies.get("DUTY_ROLE_CODE") == 2) {
|
||||
console.log("123")
|
||||
location.replace(this.pcUrl+"homeindex");
|
||||
location.replace(this.cashierUrl);
|
||||
}else {
|
||||
if (Cookies.get("IS_ZT_LOGIN")) {
|
||||
location.replace(this.ztUrl+"resource_oilbank");
|
||||
|
@ -53,9 +53,12 @@ Vue.prototype.handleTree = handleTree
|
||||
// Vue.prototype.pcUrl = 'http://192.168.0.121:82/'
|
||||
// Vue.prototype.pcUrl = 'http://192.168.31.96:82/'
|
||||
// Vue.prototype.pcUrl = 'http://47.95.206.185:85/'
|
||||
Vue.prototype.pcUrl = 'http://192.168.31.178:81/'
|
||||
Vue.prototype.bkUrl = 'http://192.168.31.178:81/' //跳转油站
|
||||
// Vue.prototype.pcUrl = 'http://192.168.31.178:81/'
|
||||
// Vue.prototype.bkUrl = 'http://192.168.31.178:81/' //跳转油站
|
||||
Vue.prototype.bkUrl = 'https://www.youkerr.com/' //跳转油站
|
||||
|
||||
|
||||
Vue.prototype.pcUrl = 'https://www.youkerr.com' // 收银台
|
||||
// 全局组件挂载
|
||||
Vue.component('DictTag', DictTag)
|
||||
Vue.component('Pagination', Pagination)
|
||||
|
Loading…
Reference in New Issue
Block a user