Commit 92d9a25c authored by 李苏's avatar 李苏 💬

调整

parent 73d1c7cf
......@@ -145,8 +145,8 @@
}
.el-menu-item{
font-size: 14px!important;
line-height: 20px!important;
height: 20px!important;
line-height: 22.5px!important;
height: 22.5px!important;
text-align: left;
text-decoration: underline;
}
......
......@@ -11,6 +11,7 @@ NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
router.beforeEach((to, from, next) => {
console.log(to,'route')
// console.log(store.state.user.token)
// NProgress.start()
if (getToken()) {
......
This diff is collapsed.
......@@ -38,6 +38,10 @@
mounted() {
/* 自适应*/
this.$nextTick(()=>{
if($('#scrollPane')[0]){
(this.full=false)
}else{
......@@ -118,6 +122,19 @@
realchartDown(this.id).then(res => {
this.nowHtml = res
this.$nextTick(() => {
const mkid = this.$route.meta.mkid
console.log(mkid)
this.$post(`kzzx/mkqx/${mkid}`).then(res=>{
let qxList =res.data.records||[]
qxList.forEach(item=>{
if(item.value=='N'){
$(`[authcode="${item.czid}"]`).hide()
}
})
})
$(this.$refs.svg).find('text[tagid]').each((i, item) => {
var a = {
id: $(item).attr("tagid"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment