YaolongHan 4 years ago
parent
commit
03bc875b5c
2 changed files with 3 additions and 3 deletions
  1. 1 1
      public/index.html
  2. 2 2
      src/store/index.js

+ 1 - 1
public/index.html

@@ -18,7 +18,7 @@
     <link rel="stylesheet" href="<%= BASE_URL %>indexLoading.css" type="text/css">
 
     <!-- 万达置顶条 -->
-    <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script>
+    <!-- <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script> -->
     <!-- 生产环境 -->
     <link rel="stylesheet" href="http://sso.wanda.cn/Styles/floatMenu.css" type="text/css">
     <script src="http://sso.wanda.cn/Scripts/common.js" type="text/javascript"></script>

+ 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:liujiandong',
+        ssoToken: 'admin:liujiandong',
         // ssoToken: '',
-        ssoToken: null,
+        // ssoToken: null,
         plazaName: "",
         isPreview: false,
         lastRoute: '',