|
@@ -30,7 +30,6 @@ let passwordComplexity = getCookie('passwordComplexity')
|
|
|
const hideLogo = getUrlArgObject("hideLg");
|
|
|
const otherLogo = getUrlArgObject("adLg");
|
|
|
const is3His = getUrlArgObject('is3His')
|
|
|
-console.log('我是is3His', is3His);
|
|
|
//token判断没有跳登录
|
|
|
const token = localStorage.getItem('accessToken');
|
|
|
if (!token) {
|
|
@@ -389,7 +388,6 @@ function initMenu(data, userInfo) {
|
|
|
console.log(222)
|
|
|
const code = $(this).attr("code");
|
|
|
// const code2=$(this).attr("code2");
|
|
|
- console.log('我是this', this)
|
|
|
if (code === 'YH-KZT' || code === 'YH-KZTKS') {
|
|
|
// if(code === 'YH-KZT'){
|
|
|
$(".container").addClass("console-cont");
|
|
@@ -433,7 +431,6 @@ function getMenu() {
|
|
|
// console.log(api.getMenu)
|
|
|
isPlacefile = getCookie('isPlacefile') || 1
|
|
|
post(api.getMenu).then(function (res) {
|
|
|
- console.log('我是getmenu函数的res', res)
|
|
|
if (res.data.code === '0') {
|
|
|
const data = res.data.data;
|
|
|
for (let i = 0; i < data.menuWrappers.length; i++) {
|
|
@@ -491,7 +488,6 @@ function getAllCode(data) {
|
|
|
} else if (hasData('YH-KZTKS', lis)) {
|
|
|
focusMenuItem("YH-KZTKS");
|
|
|
}
|
|
|
- console.log('我是初始选中菜单', trdObj)
|
|
|
setCookie("codeLis", JSON.stringify(lis))
|
|
|
setLocal("trdObj", JSON.stringify(trdObj))
|
|
|
}
|