module-menu-vue 0.2.3-dev-hubjt.2 → 0.2.3-dev-hubjt.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu-vue",
3
- "version": "0.2.3-dev-hubjt.2",
3
+ "version": "0.2.3-dev-hubjt.5",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  <span class='menu_title' :style="{color: stash === 'LNRD' || stash === 'HBJK'? '#fff' : '#1890ff',verticalAlign: stash === 'LNRD' ? 'bottom': 'middle'}">{{getLogoAndTitle().title}}</span>
10
10
  </div>
11
11
  </div>
12
- <div class='menu_list_content' :style="{ display: showMenuList ? 'block' : 'none', top: stash === 'LNRD' ? '75px' : '50px'}" @mouseenter="showMenuList = true" @mouseleave="showMenuList = true">
12
+ <div class='menu_list_content' :style="{ display: showMenuList ? 'block' : 'none', top: stash === 'LNRD' ? '75px' : '50px'}" @mouseenter="showMenuList = true" @mouseleave="showMenuList = false">
13
13
  <div v-for="(item, index) in menuList" :key="item.path">
14
14
  <div :key="item.name" class="cardLine" :style="{height: item.children.length > 3 ? '90px' : ''}">
15
15
  <div class='leftMenu'
@@ -278,7 +278,7 @@ export default {
278
278
  // } else {
279
279
  // url = '/#/index'
280
280
  // }
281
- url = '/data-capability'
281
+ url = '/admin-ui/data-share-portal/data-capability'
282
282
  location.href = url
283
283
  }
284
284
  },
@@ -49,7 +49,7 @@
49
49
  color: #4091f7;
50
50
  }
51
51
  .childMenu {
52
- width: 27%;
52
+ width: 30%;
53
53
  display: inline-block;
54
54
  font-size: 14px;
55
55
  }
@@ -1,7 +1,7 @@
1
1
  import axios from 'axios';
2
2
  import getStore from './userInfo';
3
3
  import { checkToken } from './permessionUtils';
4
- let tokenValue = 'ba8db130f3334ae5b432b1398e0c1b1d';
4
+ let tokenValue = '6c364f9d3bb94e3c9408b4ef1f974afa';
5
5
  axios.interceptors.response.use(
6
6
  (response) => {
7
7
  if (response.status === 200) {