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

调整

parent 73d1c7cf
...@@ -145,8 +145,8 @@ ...@@ -145,8 +145,8 @@
} }
.el-menu-item{ .el-menu-item{
font-size: 14px!important; font-size: 14px!important;
line-height: 20px!important; line-height: 22.5px!important;
height: 20px!important; height: 22.5px!important;
text-align: left; text-align: left;
text-decoration: underline; text-decoration: underline;
} }
......
...@@ -11,6 +11,7 @@ NProgress.configure({ showSpinner: false }) ...@@ -11,6 +11,7 @@ NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/auth-redirect', '/bind', '/register'] const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
router.beforeEach((to, from, next) => { router.beforeEach((to, from, next) => {
console.log(to,'route')
// console.log(store.state.user.token) // console.log(store.state.user.token)
// NProgress.start() // NProgress.start()
if (getToken()) { if (getToken()) {
......
This diff is collapsed.
...@@ -38,6 +38,10 @@ ...@@ -38,6 +38,10 @@
mounted() { mounted() {
/* 自适应*/ /* 自适应*/
this.$nextTick(()=>{ this.$nextTick(()=>{
if($('#scrollPane')[0]){ if($('#scrollPane')[0]){
(this.full=false) (this.full=false)
}else{ }else{
...@@ -118,6 +122,19 @@ ...@@ -118,6 +122,19 @@
realchartDown(this.id).then(res => { realchartDown(this.id).then(res => {
this.nowHtml = res this.nowHtml = res
this.$nextTick(() => { 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) => { $(this.$refs.svg).find('text[tagid]').each((i, item) => {
var a = { var a = {
id: $(item).attr("tagid"), 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