Browse Source

““调试

YaolongHan 4 years ago
parent
commit
d74be1c77c
2 changed files with 3 additions and 2 deletions
  1. 2 2
      src/store/index.js
  2. 1 0
      src/views/overview/picModal.vue

+ 2 - 2
src/store/index.js

@@ -14,9 +14,9 @@ import router from '../router'
 Vue.use(Vuex)
 export default new Vuex.Store({
     state: {
-        ssoToken: 'admin:liulin34',
+        // ssoToken: 'admin:liujiandong',
         // ssoToken: '',
-        // ssoToken: null,
+        ssoToken: null,
         plazaName: "",
         isPreview: false,
         lastRoute: '',

+ 1 - 0
src/views/overview/picModal.vue

@@ -34,6 +34,7 @@ export default {
             this.dialogVisible = true
             this.rotationImg = params
             this.picType = type
+            console.log('params',params)
             if (this.rotationImg.length > 0) {
                 let img = new Image()
                 img.src = this.rotationImg[0].url