liuxiaona 2 years ago
parent
commit
0963f0a51f
4 changed files with 5 additions and 8 deletions
  1. 2 5
      .idea/workspace.xml
  2. 1 1
      index.html
  3. 1 1
      project/src/assets/config/config.js
  4. 1 1
      static/js/app.fb66a0ee18e70da63477.js

+ 2 - 5
.idea/workspace.xml

@@ -1,10 +1,7 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <project version="4">
3 3
   <component name="ChangeListManager">
4
-    <list default="true" id="f876064f-ad38-46e7-bf7d-9df623a9178f" name="Changes" comment="">
5
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
-      <change beforePath="$PROJECT_DIR$/qwh5/src/views/HomeView.vue" beforeDir="false" afterPath="$PROJECT_DIR$/qwh5/src/views/HomeView.vue" afterDir="false" />
7
-    </list>
4
+    <list default="true" id="f876064f-ad38-46e7-bf7d-9df623a9178f" name="Changes" comment="" />
8 5
     <option name="SHOW_DIALOG" value="false" />
9 6
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
10 7
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -54,7 +51,7 @@
54 51
       <workItem from="1654573024055" duration="23176000" />
55 52
       <workItem from="1654653264438" duration="30604000" />
56 53
       <workItem from="1654739102819" duration="11048000" />
57
-      <workItem from="1654756255993" duration="5614000" />
54
+      <workItem from="1654756255993" duration="5877000" />
58 55
     </task>
59 56
     <servers />
60 57
   </component>

+ 1 - 1
index.html

@@ -7,4 +7,4 @@
7 7
         hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
8 8
         var s = document.getElementsByTagName("script")[0];
9 9
         s.parentNode.insertBefore(hm, s);
10
-      })();</script><link href=./static/css/app.5a85bedd2903792b956bd1d77349c8bb.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.a4a32d684bb181647186.js></script><script type=text/javascript src=./static/js/app.fb66a0ee18e70da63477.js></script></body></html>
10
+      })();</script><link href=./static/css/app.5a85bedd2903792b956bd1d77349c8bb.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.a4a32d684bb181647186.js></script><script type=text/javascript src=./static/js/app.45403076c99d3dc6e810.js></script></body></html>

+ 1 - 1
project/src/assets/config/config.js

@@ -31,7 +31,7 @@ axios.interceptors.request.use(
31 31
       ttl: Number(getCookie("ttl")),
32 32
       sign: getCookie("sign"),
33 33
       view_type: store.state.isData ? 'data' : 'helper',
34
-      sys_group_id:getCookie('isSuperManage') == 1 ? sessionStorage.getItem('company_session_defaultCorp_level_1').toString() : '',
34
+      sys_group_id:getCookie('isSuperManage') == 1 ? sessionStorage.getItem('company_session_defaultCorp_level_1') : '',
35 35
     }
36 36
     //sessionStorage 解决打开不同窗口,不能公司的问题
37 37
     if (sessionStorage.getItem('company_session_defaultCorp') && sessionStorage.getItem('company_session_defaultCorp') != 'undefined') {

File diff suppressed because it is too large
+ 1 - 1
static/js/app.fb66a0ee18e70da63477.js