|
|
@ -90,8 +90,6 @@ |
|
|
|
<p>{{ item.sourceName }}</p> |
|
|
|
</li> |
|
|
|
</template>--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <li style="background-color: #e87861;" @click="toNavbar('http://39.104.100.138:8081/')"> |
|
|
|
<img src="@/assets/images/jcxx.png"> |
|
|
|
<p>基础信息</p> |
|
|
@ -173,34 +171,34 @@ |
|
|
|
data() { |
|
|
|
return { |
|
|
|
menus: [{ |
|
|
|
imgUrl: require("@/assets/home/bIcon1.png"), |
|
|
|
imgUrl: require('@/assets/home/bIcon1.png'), |
|
|
|
title: '业务管理' |
|
|
|
}, { |
|
|
|
imgUrl: require("@/assets/home/scm.png"), |
|
|
|
imgUrl: require('@/assets/home/scm.png'), |
|
|
|
title: '供应链管理' |
|
|
|
}, { |
|
|
|
imgUrl: require("@/assets/home/bIcon2.png"), |
|
|
|
imgUrl: require('@/assets/home/bIcon2.png'), |
|
|
|
title: '风控管理' |
|
|
|
}, { |
|
|
|
imgUrl: require("@/assets/home/bIcon3.png"), |
|
|
|
imgUrl: require('@/assets/home/bIcon3.png'), |
|
|
|
title: '审计管理' |
|
|
|
}, { |
|
|
|
imgUrl: require("@/assets/home/bIcon4.png"), |
|
|
|
imgUrl: require('@/assets/home/bIcon4.png'), |
|
|
|
title: '财务管理' |
|
|
|
}, { |
|
|
|
imgUrl: require("@/assets/home/bIcon5.png"), |
|
|
|
imgUrl: require('@/assets/home/bIcon5.png'), |
|
|
|
title: '行政管理' |
|
|
|
}, { |
|
|
|
imgUrl: require("@/assets/home/bIcon6.png"), |
|
|
|
imgUrl: require('@/assets/home/bIcon6.png'), |
|
|
|
title: '报表中心' |
|
|
|
}, { |
|
|
|
imgUrl: require("@/assets/home/bIcon7.png"), |
|
|
|
imgUrl: require('@/assets/home/bIcon7.png'), |
|
|
|
title: '基础信息' |
|
|
|
}, { |
|
|
|
imgUrl: require("@/assets/home/notice.png"), |
|
|
|
imgUrl: require('@/assets/home/notice.png'), |
|
|
|
title: '消息中心' |
|
|
|
}, { |
|
|
|
imgUrl: require("@/assets/home/bIcon8.png"), |
|
|
|
imgUrl: require('@/assets/home/bIcon8.png'), |
|
|
|
title: '系统管理' |
|
|
|
}], |
|
|
|
userInfo: {}, |
|
|
@ -222,11 +220,11 @@ |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
todowork() { |
|
|
|
this.$router.push({path: '/todo' + '?token=' + getStorage()}) |
|
|
|
this.$router.push({ path: '/todo' + '?token=' + getStorage() }) |
|
|
|
// window.open('http://127.0.0.1/message'+'?token='+getStorage(),'_blank') |
|
|
|
}, |
|
|
|
donework() { |
|
|
|
this.$router.push({path: '/done' + '?token=' + getStorage()}) |
|
|
|
this.$router.push({ path: '/done' + '?token=' + getStorage() }) |
|
|
|
// window.open('http://127.0.0.1/message'+'?token='+getStorage(),'_blank') |
|
|
|
}, |
|
|
|
logout() { |
|
|
@ -235,24 +233,26 @@ |
|
|
|
cancelButtonText: '取消', |
|
|
|
type: 'warning' |
|
|
|
}).then(() => { |
|
|
|
User.logout({token: getStorage()}).then(res => { |
|
|
|
User.logout({ token: getStorage() }).then(res => { |
|
|
|
removeStorage() |
|
|
|
this.$store.commit('user/SET_UESRINFO', '') |
|
|
|
this.$router.push({path: '/login'}) |
|
|
|
this.$router.push({ path: '/login' }) |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
xxzx() { |
|
|
|
this.$alert('项目正在开发中', '提示', { |
|
|
|
dangerouslyUseHTMLString: true |
|
|
|
}); |
|
|
|
}) |
|
|
|
}, |
|
|
|
toNavbar(name) { |
|
|
|
let myPopup = window.open(name + '?token=' + getStorage(), '_blank') |
|
|
|
}, |
|
|
|
toNav(index, name, titleName) { |
|
|
|
console.log(index, 9999) |
|
|
|
if (index == '9') { |
|
|
|
this.$router.push({path: '/index'}) |
|
|
|
// this.$router.push({path: '/index'}) |
|
|
|
let myPopup = window.open('/#/index', '_blank') |
|
|
|
} else if (index == '7') { |
|
|
|
let myPopup = window.open('http://120.46.131.15/base' + '?token=' + getStorage(), '_blank') |
|
|
|
} else if (index == '8') { |
|
|
|