@@ -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: '',
@@ -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