module-menu-vue 0.3.25 → 0.3.26
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
|
@@ -163,7 +163,7 @@ export default {
|
|
|
163
163
|
}
|
|
164
164
|
location.href = url;
|
|
165
165
|
} else if (flag === 'systerm') {
|
|
166
|
-
if ([
|
|
166
|
+
if (['LNRD', 'HBJK'].includes(this.stash)) {
|
|
167
167
|
// 查询 系统管理 需要跳转的页面
|
|
168
168
|
getSysUrl().then(rsp => {
|
|
169
169
|
const data = rsp.data.data
|
|
@@ -173,6 +173,8 @@ export default {
|
|
|
173
173
|
}).catch(e => {
|
|
174
174
|
console.error('getSysUrl 接口异常: ', e)
|
|
175
175
|
})
|
|
176
|
+
} else if (this.stash === 'integration'){
|
|
177
|
+
location.href = '/admin-ui/system/menu'
|
|
176
178
|
} else {
|
|
177
179
|
const menuObj = JSON.parse(sessionStorage.getItem('bigdata-menu'));
|
|
178
180
|
let systemPath = ''
|