module-menu-vue 0.0.93 → 0.0.94
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 +1 -1
- package/src/assets/LNRD_img/gongxuduijie_logo.png +0 -0
- package/src/assets/LNRD_img/muluguanli_logo.png +0 -0
- package/src/assets/LNRD_img/shujujiaohuan_logo.png +0 -0
- package/src/assets/LNRD_img/shujuzhida_logo.png +0 -0
- package/src/assets/LNRD_img/zonghepingjia_logo.png +0 -0
- package/src/components/Menu/constant.js +4 -4
- package/src/components/Util/axios.js +1 -1
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -281,7 +281,7 @@ export const lnrdMenuList = [{
|
|
|
281
281
|
{
|
|
282
282
|
childName: "目录管理",
|
|
283
283
|
path: "/catalog",
|
|
284
|
-
url: require("../../assets/
|
|
284
|
+
url: require("../../assets/LNRD_img/muluguanli_logo.png"),
|
|
285
285
|
},
|
|
286
286
|
// {
|
|
287
287
|
// childName: "资源管理",
|
|
@@ -291,17 +291,17 @@ export const lnrdMenuList = [{
|
|
|
291
291
|
{
|
|
292
292
|
childName: "供需对接",
|
|
293
293
|
path: "/supply-and-demand-docking",
|
|
294
|
-
url: require("../../assets/
|
|
294
|
+
url: require("../../assets/LNRD_img/gongxuduijie_logo.png"),
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
childName: "数据直达",
|
|
298
298
|
path: "/cascade",
|
|
299
|
-
url: require("../../assets/
|
|
299
|
+
url: require("../../assets/LNRD_img/shujuzhida_logo.png"),
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
childName: '综合评价系统',
|
|
303
303
|
path: '/evaluate',
|
|
304
|
-
url: require("../../assets/
|
|
304
|
+
url: require("../../assets/LNRD_img/zonghepingjia_logo.png"),
|
|
305
305
|
}]
|
|
306
306
|
},
|
|
307
307
|
{
|
|
@@ -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 = '
|
|
4
|
+
let tokenValue = '8d14526ebe5a4b2ab37ef039f649dc7d';
|
|
5
5
|
axios.interceptors.response.use(
|
|
6
6
|
(response) => {
|
|
7
7
|
if (response.status === 200) {
|