|
@@ -6,7 +6,6 @@ import { login, logout, getInfo, getMobileTenantConfig, getCodeImg } from "@/api
|
|
|
import { getUserProfile, appAdd, appDel } from "@/api/system/user";
|
|
|
import { phoneVerify } from "@/api/common/index.js";
|
|
|
|
|
|
-import jweixin from 'weixin-js-sdk'
|
|
|
import config from "@/config";
|
|
|
import modal from "@/plugins/modal.plugins.js";
|
|
|
import common from "@/plugins/common.plugins.js";
|
|
@@ -295,10 +294,6 @@ const useStores = defineStore("useStores", {
|
|
|
wxOpenId: common.getUrlList().openId
|
|
|
})
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
} else if (type == 2 && common.isWechatMp()) {
|
|
|
if (window.location.href.indexOf("openId=") == -1) {
|
|
|
window.location.href = config.baseUrl + "/service-iot/weChat/getPageAuthorization?openId=" + this.wxOpenId;
|
|
@@ -307,10 +302,6 @@ const useStores = defineStore("useStores", {
|
|
|
wxOpenId: common.getUrlList().openId
|
|
|
})
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
},
|
|
|
|