module-menu-vue 0.0.88 → 0.0.90

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.
Files changed (48) hide show
  1. package/package.json +1 -1
  2. package/src/App.vue +2 -2
  3. package/src/assets/LNRD_img/bg_taitou.png +0 -0
  4. package/src/assets/LNRD_img/gongdanguanli_logo.png +0 -0
  5. package/src/assets/LNRD_img/ic_gonggongmokuai.png +0 -0
  6. package/src/assets/LNRD_img/ic_shouye.png +0 -0
  7. package/src/assets/LNRD_img/ic_shujuhuiju.png +0 -0
  8. package/src/assets/LNRD_img/ic_shujukaifa.png +0 -0
  9. package/src/assets/LNRD_img/ic_shujukaifang.png +0 -0
  10. package/src/assets/LNRD_img/ic_shujuyingyong.png +0 -0
  11. package/src/assets/LNRD_img/ic_shujuzhili.png +0 -0
  12. package/src/assets/LNRD_img/jiqixuexi_logo.png +0 -0
  13. package/src/assets/LNRD_img/lixiankaifa_logo.png +0 -0
  14. package/src/assets/LNRD_img/shishikaifa_logo.png +0 -0
  15. package/src/assets/LNRD_img/shujuanquan_logo.png +0 -0
  16. package/src/assets/LNRD_img/shujubiaoqian_logo.png +0 -0
  17. package/src/assets/LNRD_img/shujufuwu_logo.png +0 -0
  18. package/src/assets/LNRD_img/shujugongxiang_logo.png +0 -0
  19. package/src/assets/LNRD_img/shujujicheng_logo.png +0 -0
  20. package/src/assets/LNRD_img/shujuzhili_logo.png +0 -0
  21. package/src/assets/LNRD_img/shujuzhiliang_logo.png +0 -0
  22. package/src/assets/LNRD_img/shujuzichan_logo.png +0 -0
  23. package/src/assets/LNRD_img/xiaoxizhongxin_logo.png +0 -0
  24. package/src/assets/LNRD_img/xitongguanli_logo.png +0 -0
  25. package/src/assets/LNRD_img/yuanshuju_logo.png +0 -0
  26. package/src/assets/LNRD_img/yunweizhongxin_logo.png +0 -0
  27. package/src/assets/LNRD_sys_img/gongdanguanli_sys.png +0 -0
  28. package/src/assets/LNRD_sys_img/jiqixuexi_sys.png +0 -0
  29. package/src/assets/LNRD_sys_img/lixiankaifa_sys.png +0 -0
  30. package/src/assets/LNRD_sys_img/shishikaifa_sys.png +0 -0
  31. package/src/assets/LNRD_sys_img/shujuanquan_sys.png +0 -0
  32. package/src/assets/LNRD_sys_img/shujubiaoqian_sys.png +0 -0
  33. package/src/assets/LNRD_sys_img/shujufuwu_sys.png +0 -0
  34. package/src/assets/LNRD_sys_img/shujugongxiang_sys.png +0 -0
  35. package/src/assets/LNRD_sys_img/shujujicheng_sys.png +0 -0
  36. package/src/assets/LNRD_sys_img/shujuzhili_sys.png +0 -0
  37. package/src/assets/LNRD_sys_img/shujuzhiliang_sys.png +0 -0
  38. package/src/assets/LNRD_sys_img/shujuzichan_sys.png +0 -0
  39. package/src/assets/LNRD_sys_img/xiaoxizhongxin_sys.png +0 -0
  40. package/src/assets/LNRD_sys_img/xitongguanli_sys.png +0 -0
  41. package/src/assets/LNRD_sys_img/yuanshuju_sys.png +0 -0
  42. package/src/assets/LNRD_sys_img/yunweizhongxin_sys.png +0 -0
  43. package/src/components/Menu/ModuleMenu.vue +19 -12
  44. package/src/components/Menu/constant.js +214 -0
  45. package/src/components/Menu/menu.css +4 -2
  46. package/src/components/User/UserInfo.vue +10 -10
  47. package/src/components/Util/axios.js +1 -1
  48. package/vue.config.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu-vue",
3
- "version": "0.0.88",
3
+ "version": "0.0.90",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
package/src/App.vue CHANGED
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <div id="app">
3
3
  <ModuleMenu></ModuleMenu>
4
- <!-- <TenantList></TenantList> -->
5
- <!-- <PortalBtn></PortalBtn> -->
4
+ <TenantList></TenantList>
5
+ <PortalBtn></PortalBtn>
6
6
  <UserInfo></UserInfo>
7
7
  </div>
8
8
  </template>
@@ -1,12 +1,13 @@
1
1
  <template>
2
+ <!-- :class="stash === 'LNRD' ? 'backGroundImg' : ''" -->
2
3
  <div>
3
4
  <div class='menuPopupAndTitle'>
4
- <div class='menuIcon' @mouseenter="showMenuList = true" @mouseleave="showMenuList = false">
5
+ <div class='menuIcon' :style="{background: stash === 'LNRD' ? '#EA1A1A' : '#4091f7'}" @mouseenter="showMenuList = true" @mouseleave="showMenuList = false">
5
6
  <img class="menuIcon_img" :src="menuIconSrc" />
6
7
  </div>
7
- <div class="menu_title_content" v-show="showCollapse" @click="toHref()">
8
+ <div :class="'menu_title_content'" v-show="showCollapse" @click="toHref()">
8
9
  <img class="menu_title_content_img" :src="getLogoAndTitle().logoSrc" alt="logo" />
9
- <span class="menu_title">{{getLogoAndTitle().title}}</span>
10
+ <span class="menu_title" :style="{color: stash === 'LNRD' ? '#fff' : '#1890ff'}">{{getLogoAndTitle().title}}</span>
10
11
  </div>
11
12
  </div>
12
13
  <div class='menu_list_content' :style="{ display: showMenuList ? 'block' : 'none' }" @mouseenter="showMenuList = true" @mouseleave="showMenuList = false">
@@ -17,7 +18,7 @@
17
18
  height: item.children.length > 3 ? '96px' : '70px',
18
19
  lineHeight: item.children.length > 3 ? '45px' : '70px',
19
20
  }">
20
- <img :src="item.url" class="middle" />
21
+ <img :src="item.url" class="middle imgWidth" />
21
22
  <span class="middle textPad" @click="toHomePage(index)">{{item.name}}</span>
22
23
  </div>
23
24
  <div class='rightMenu'
@@ -40,11 +41,11 @@
40
41
  </div>
41
42
  </div>
42
43
  </div>
43
- </div >
44
+ </div>
44
45
  </template>
45
46
 
46
47
  <script>
47
- import { menuList as menuListInit, menuIconSrc, sysNameMap } from './constant.js'
48
+ import { menuList as menuListInit, menuIconSrc, sysNameMap, lnrdMenuList, lnrdSysNameMap } from './constant.js'
48
49
  import './menu.css'
49
50
  import {getMenuList, isLogoutThird} from './service.js'
50
51
  export default {
@@ -79,6 +80,8 @@ export default {
79
80
  menuList: [],
80
81
  sessionMenu: [],
81
82
  menuListInit: menuListInit,
83
+ lnrdMenuList,
84
+ lnrdSysNameMap,
82
85
  sysNameMap: sysNameMap,
83
86
  showCollapse: true,
84
87
  isExist: false,
@@ -87,7 +90,7 @@ export default {
87
90
  },
88
91
  created () {
89
92
  this.getSessionMenu();
90
- if (this.stash !== "integration") {
93
+ if (!["integration", 'LNRD'].includes(this.stash)) {
91
94
  this.getNewMenuList();
92
95
  }
93
96
  },
@@ -104,12 +107,12 @@ export default {
104
107
  },
105
108
  toHref () {
106
109
  if (this.sysName === 'admin') {
107
- location.href = this.stash === "GZW" ? `/data-platform/#${this.systemPath}` : this.stash !== "integration" ? `/#${this.systemPath}` : ''
110
+ location.href = this.stash === "GZW" ? `/data-platform/#${this.systemPath}` : !["integration", 'LNRD'].includes(this.stash) ? `/#${this.systemPath}` : ''
108
111
  }
109
112
  },
110
113
  async getSessionMenu () {
111
114
  // 一体化
112
- if (this.stash === "integration") {
115
+ if (["integration", 'LNRD'].includes(this.stash)) {
113
116
  const rsp = await getMenuList()
114
117
  const rspData = rsp.data.data
115
118
  if (rspData && rspData.length > 0) {
@@ -152,7 +155,8 @@ export default {
152
155
  },
153
156
  // 获取系统logo及title
154
157
  getLogoAndTitle () {
155
- let sysInfo = this.sysNameMap.find(item => item.sysName === this.sysName);
158
+ const newMap = this.stash === 'LNRD' ? this.lnrdSysNameMap : this.sysNameMap
159
+ let sysInfo = newMap.find(item => item.sysName === this.sysName);
156
160
  let logoAndTitle = { logoSrc: "", title: "" };
157
161
  if (sysInfo) {
158
162
  logoAndTitle.logoSrc = sysInfo.logoSrc;
@@ -228,11 +232,11 @@ export default {
228
232
  // 跳转首页
229
233
  toHomePage (index) {
230
234
  if (index === 0) {
231
- location.href = this.stash === "integration" ? '/dataadmin/#/index' : this.stash === "GZW" ? '/data-platform/#/index' : '/#/index'
235
+ location.href = ["integration", 'LNRD'].includes(this.stash) ? '/dataadmin/#/index' : this.stash === "GZW" ? '/data-platform/#/index' : '/#/index'
232
236
  }
233
237
  },
234
238
  getNewMenuList () {
235
- let newMenuList = [...this.menuListInit];
239
+ let newMenuList = this.stash === 'LNRD' ? [...lnrdMenuList] : [...this.menuListInit];
236
240
  if (this.sessionMenu) {
237
241
  const pathList = this.sessionMenu.map(item => item.path)
238
242
  // 过滤掉没有权限的子菜单(PS:如果模块下面子菜单都没有,则不显示该模块)
@@ -259,4 +263,7 @@ export default {
259
263
  width: 15px;
260
264
  height: 15px;
261
265
  }
266
+ .imgWidth{
267
+ width: 20px;
268
+ }
262
269
  </style>
@@ -211,3 +211,217 @@ export const sysNameMap = [
211
211
  logoSrc: require('../../assets/alert_logo.svg'),
212
212
  },
213
213
  ];
214
+
215
+ // 辽宁人大菜单图标集合
216
+ export const lnrdMenuList = [{
217
+ name: '首页',
218
+ url: require('../../assets/LNRD_img/ic_shouye.png'),
219
+ children: [],
220
+ },
221
+ {
222
+ name: '数据汇聚',
223
+ url: require('../../assets/LNRD_img/ic_shujuhuiju.png'),
224
+ children: [{
225
+ childName: '数据集成',
226
+ path: token ? '/datacollect' : '/datacollection',
227
+ url: require('../../assets/LNRD_img/shujujicheng_logo.png'),
228
+ }]
229
+ },
230
+ {
231
+ name: '数据治理',
232
+ url: require('../../assets/LNRD_img/ic_shujuzhili.png'),
233
+ children: [{
234
+ childName: '数据治理',
235
+ path: token ? '/datamanage' : '/dataManager',
236
+ url:require('../../assets/LNRD_img/shujuzhili_logo.png'),
237
+ },
238
+ {
239
+ childName: '元数据管理',
240
+ path: '/metadata',
241
+ url:require('../../assets/LNRD_img/yuanshuju_logo.png'),
242
+ },
243
+ {
244
+ childName: '数据质量',
245
+ path: token ? '/quality' : '/quality/',
246
+ url:require('../../assets/LNRD_img/shujuzhiliang_logo.png'),
247
+ }]
248
+ },
249
+ {
250
+ name: '数据开发',
251
+ url: require('../../assets/LNRD_img/ic_shujukaifa.png'),
252
+ children: [{
253
+ childName: '离线开发',
254
+ path: token ? '/datadev' : '/datadev/',
255
+ url:require('../../assets/LNRD_img/lixiankaifa_logo.png'),
256
+ },
257
+ {
258
+ childName: '实时开发',
259
+ path: '/dataanalytic',
260
+ url:require('../../assets/LNRD_img/shishikaifa_logo.png'),
261
+ }]
262
+ },
263
+ {
264
+ name: '数据共享',
265
+ url: require('../../assets/LNRD_img/ic_shujukaifang.png'),
266
+ children: [{
267
+ childName: '数据服务',
268
+ path: '/dataservice',
269
+ url:require('../../assets/LNRD_img/shujufuwu_logo.png'),
270
+ },
271
+ {
272
+ childName: '数据资产',
273
+ path: '/dataasset',
274
+ url:require('../../assets/LNRD_img/shujuzichan_logo.png'),
275
+ },
276
+ {
277
+ childName: '数据共享',
278
+ path: '/datasharing',
279
+ url:require('../../assets/LNRD_img/shujugongxiang_logo.png'),
280
+ },
281
+ {
282
+ childName: "目录管理",
283
+ path: "/catalog",
284
+ url: require("../../assets/ic_muluguanli.png"),
285
+ },
286
+ // {
287
+ // childName: "资源管理",
288
+ // path: "/ziyuanguanli",
289
+ // url: require("../../assets/ic_ziyuanguanli.png"),
290
+ // },
291
+ {
292
+ childName: "供需对接",
293
+ path: "/supply-and-demand-docking",
294
+ url: require("../../assets/ic_gongxuduijie.png"),
295
+ },
296
+ {
297
+ childName: "数据直达",
298
+ path: "/cascade",
299
+ url: require("../../assets/ic_jilianguanli.png"),
300
+ },
301
+ {
302
+ childName: '综合评价系统',
303
+ path: '/evaluate',
304
+ url: require("../../assets/ic_pingjia.png"),
305
+ }]
306
+ },
307
+ {
308
+ name: '数据应用',
309
+ url: require('../../assets/LNRD_img/ic_shujuyingyong.png'),
310
+ children: [{
311
+ childName: '数据标签',
312
+ path: '',
313
+ url:require('../../assets/LNRD_img/shujubiaoqian_logo.png'),
314
+ }]
315
+ },
316
+ {
317
+ name: '公共模块',
318
+ url: require('../../assets/LNRD_img/ic_gonggongmokuai.png'),
319
+ children: [{
320
+ childName: '运维中心',
321
+ path: '/operate',
322
+ url:require('../../assets/LNRD_img/yunweizhongxin_logo.png'),
323
+ },
324
+ {
325
+ childName: '系统管理',
326
+ path: '/',
327
+ url:require('../../assets/LNRD_img/xitongguanli_logo.png'),
328
+ },
329
+ {
330
+ childName: '工单管理',
331
+ url:require('../../assets/LNRD_img/gongdanguanli_logo.png'),
332
+ },
333
+ {
334
+ childName: '消息中心',
335
+ path: '/alert',
336
+ url:require('../../assets/LNRD_img/xiaoxizhongxin_logo.png'),
337
+ },
338
+ {
339
+ childName: '数据安全',
340
+ path: '/datasecurity',
341
+ url:require('../../assets/LNRD_img/shujuanquan_logo.png'),
342
+ },
343
+ {
344
+ childName: '平台运行总览',
345
+ path: '/overview',
346
+ url: require('../../assets/ic_zonglan.png'),
347
+ }]
348
+ }];
349
+
350
+ // 辽宁人大菜单各个模块icon集合
351
+ export const lnrdSysNameMap = [
352
+ {
353
+ sysName: 'datasecurity',
354
+ title: '数据安全',
355
+ logoSrc: require('../../assets/LNRD_sys_img/shujuanquan_sys.png'),
356
+ },
357
+ {
358
+ sysName: 'datacollection',
359
+ title: '数据集成',
360
+ logoSrc: require('../../assets/LNRD_sys_img/shujujicheng_sys.png'),
361
+ },
362
+ {
363
+ sysName: 'dataManager',
364
+ title: '数据治理',
365
+ logoSrc: require('../../assets/LNRD_sys_img/shujuzhili_sys.png'),
366
+ },
367
+ {
368
+ sysName: 'metadata',
369
+ title: '元数据管理',
370
+ logoSrc: require('../../assets/LNRD_sys_img/yuanshuju_sys.png'),
371
+ },
372
+ {
373
+ sysName: 'quality',
374
+ title: '数据质量',
375
+ logoSrc: require('../../assets/LNRD_sys_img/shujuzhiliang_sys.png'),
376
+ },
377
+ {
378
+ sysName: 'datadev',
379
+ title: '离线开发',
380
+ logoSrc: require('../../assets/LNRD_sys_img/lixiankaifa_sys.png'),
381
+ },
382
+ {
383
+ sysName: 'dataanalytic',
384
+ title: '实时开发',
385
+ logoSrc: require('../../assets/LNRD_sys_img/shishikaifa_sys.png'),
386
+ },
387
+ {
388
+ sysName: 'dataservice',
389
+ title: '数据服务',
390
+ logoSrc: require('../../assets/LNRD_sys_img/shujufuwu_sys.png'),
391
+ },
392
+ {
393
+ sysName: 'dataasset',
394
+ title: '数据资产',
395
+ logoSrc: require('../../assets/LNRD_sys_img/shujuzichan_sys.png'),
396
+ },
397
+ {
398
+ sysName: 'datasharing',
399
+ title: '数据共享',
400
+ logoSrc: require('../../assets/LNRD_sys_img/shujugongxiang_sys.png'),
401
+ },
402
+ // {
403
+ // sysName: 'dataManager',
404
+ // title: '数据标签',
405
+ // logoSrc: require('../../assets/LNRD_sys_img/shujubiaoqian_sys.png'),
406
+ // },
407
+ {
408
+ sysName: 'operate',
409
+ title: '运维中心',
410
+ logoSrc: require('../../assets/LNRD_sys_img/yunweizhongxin_sys.png'),
411
+ },
412
+ {
413
+ sysName: 'admin',
414
+ title: token ? '应用系统配置' : '系统管理',
415
+ logoSrc: require('../../assets/LNRD_sys_img/xitongguanli_sys.png'),
416
+ },
417
+ // {
418
+ // sysName: 'dataManager',
419
+ // title: '工单管理',
420
+ // logoSrc: require('../../assets/LNRD_sys_img/gongdanguanli_sys.png'),
421
+ // },
422
+ {
423
+ sysName: 'alert',
424
+ title: '消息中心',
425
+ logoSrc: require('../../assets/LNRD_sys_img/xiaoxizhongxin_sys.png'),
426
+ },
427
+ ];
@@ -1,3 +1,7 @@
1
+ .backGroundImg{
2
+ background-image: url('../../assets/LNRD_img/bg_taitou.png');
3
+ background-size: cover;
4
+ }
1
5
  .exchangeCss{
2
6
  width: 19px;
3
7
  height: 19px;
@@ -66,7 +70,6 @@
66
70
  cursor: pointer;
67
71
  width: 60px;
68
72
  height: 49px;
69
- background-color: #4091f7;
70
73
  }
71
74
  .menuIcon_img {
72
75
  height: 25px;
@@ -88,7 +91,6 @@
88
91
  vertical-align: middle;
89
92
  }
90
93
  .menu_title {
91
- color: #1890ff;
92
94
  height: 32px;
93
95
  margin: 0 0 0 12px;
94
96
  font-weight: 600;
@@ -3,13 +3,13 @@
3
3
  <el-dropdown v-show="getName()" @command="handleClickmenu">
4
4
  <span class="el-dropdown-link">
5
5
  <img src="../../assets/userLogo.svg" style="vertical-align:middle;padding-right:10px"/>
6
- <span style="color: rgba(0, 0, 0, 0.85);">{{getName()}}</span>
6
+ <span :style="{color: stash === 'LNRD' ? '#fff' : '#000000d9'}">{{getName()}}</span>
7
7
  <i class="el-icon-arrow-down el-icon--right"></i>
8
8
  </span>
9
9
  <el-dropdown-menu slot="dropdown">
10
10
  <el-dropdown-item command="single">
11
11
  <img :src="PersonalCenterSrc" alt="" class="menuItem" />
12
- <span>{{stash === "integration" ? '用户中心' : '个人中心'}}</span>
12
+ <span>{{["integration", 'LNRD'].includes(stash) ? '用户中心' : '个人中心'}}</span>
13
13
  </el-dropdown-item>
14
14
  <el-dropdown-item v-show="isShowSys" command="systerm">
15
15
  <img :src="SystemManageSrc" alt="" class="menuItem" />
@@ -49,7 +49,7 @@ export default {
49
49
  computed: {
50
50
  // 是否显示系统管理菜单项
51
51
  isShowSys () {
52
- return this.stash === "integration" ? true : this.sysName !== 'admin' && this.isHaveSystemManagementPermission
52
+ return ["integration", 'LNRD'].includes(this.stash) ? true : this.sysName !== 'admin' && this.isHaveSystemManagementPermission
53
53
  },
54
54
  },
55
55
  props: {
@@ -63,7 +63,7 @@ export default {
63
63
  }
64
64
  },
65
65
  created() {
66
- if (this.stash === 'integration') {
66
+ if (["integration", 'LNRD'].includes(this.stash)) {
67
67
  this.isShowAppFunc()
68
68
  }
69
69
  if (this.stash === 'GZW') {
@@ -90,10 +90,10 @@ export default {
90
90
  handleClickmenu (flag){
91
91
  let url = ''
92
92
  if (flag === 'single') {
93
- url = this.stash === "integration" ? '/admin-ui/data-share-portal/personal/info' : this.stash === "GZW" ? '/data-platform/#/info/index' : '/#/info/index'
93
+ url = ["integration", 'LNRD'].includes(this.stash) ? '/admin-ui/data-share-portal/personal/info' : this.stash === "GZW" ? '/data-platform/#/info/index' : '/#/info/index'
94
94
  location.href = url;
95
95
  } else if (flag === 'systerm') {
96
- if (this.stash === "integration") {
96
+ if (["integration", 'LNRD'].includes(this.stash)) {
97
97
  // 查询 系统管理 需要跳转的页面
98
98
  getSysUrl().then(rsp => {
99
99
  const data = rsp.data.data
@@ -124,12 +124,12 @@ export default {
124
124
  },
125
125
  async logoutFunc () {
126
126
  console.log('开始调用退出接口...')
127
- if (this.stash === 'integration') {
127
+ if (["integration", 'LNRD'].includes(this.stash)) {
128
128
  await integrationLogout();
129
129
  this.logoutUrl()
130
130
  } else {
131
- const url = this.stash === 'integration' ? '/admin-api/system/auth/logout' : this.stash === 'GZW' ? '/data-platform/auth/token/logout' : '/auth/token/logout'
132
- const method = this.stash === 'integration'? 'post' : 'delete'
131
+ const url = ["integration", 'LNRD'].includes(this.stash) ? '/admin-api/system/auth/logout' : this.stash === 'GZW' ? '/data-platform/auth/token/logout' : '/auth/token/logout'
132
+ const method = ["integration", 'LNRD'].includes(this.stash) ? 'post' : 'delete'
133
133
  Axios(url, method).then(() => {
134
134
  this.logoutUrl();
135
135
  })
@@ -141,7 +141,7 @@ export default {
141
141
  logoutUrl() {
142
142
  localStorage.clear();
143
143
  sessionStorage.clear();
144
- location.href = this.stash === 'integration' ? '/admin-ui/login' : this.stash === 'GZW' ? '/data-platform/#/login' : '/#/login'
144
+ location.href = ["integration", 'LNRD'].includes(this.stash) ? '/admin-ui/login' : this.stash === 'GZW' ? '/data-platform/#/login' : '/#/login'
145
145
  },
146
146
  getName () {
147
147
  return getUserName()
@@ -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 = '5bc3fbf3cafe4a6bb33860b48e839c4a';
4
+ let tokenValue = '5176e4d51f0343b4aa8c3f6c476af9fa';
5
5
  axios.interceptors.response.use(
6
6
  (response) => {
7
7
  if (response.status === 200) {
package/vue.config.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * 配置参考:
3
3
  * https://cli.vuejs.org/zh/config/
4
4
  */
5
- const url = 'http://10.136.106.131:31950'
5
+ const url = 'https://10.136.106.131:31950'
6
6
  // const url = 'https://192.168.108.86:30011/'
7
7
  module.exports = {
8
8
  lintOnSave: true,
@@ -28,7 +28,7 @@ module.exports = {
28
28
  },
29
29
  },
30
30
  '/admin-api': {
31
- target: 'http://10.136.106.131:31950',
31
+ target: 'https://10.136.106.131:31950',
32
32
  changeOrigin: true,
33
33
  pathRewrite: { '^': '' },
34
34
  }