module-menu-vue 0.3.9 → 0.3.10

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu-vue",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -147,6 +147,9 @@ export default {
147
147
  async logoutFunc () {
148
148
  console.log('开始调用退出接口...')
149
149
  if (["integration", 'LNRD', 'HBJK'].includes(this.stash)) {
150
+ console.log('====================================');
151
+ console.log(111);
152
+ console.log('====================================');
150
153
  await integrationLogout();
151
154
  await this.logoutUrl()
152
155
  } else {
@@ -168,6 +171,9 @@ export default {
168
171
  }
169
172
  },
170
173
  async logoutUrl() {
174
+ console.log('====================================');
175
+ console.log(222);
176
+ console.log('====================================');
171
177
  localStorage.clear();
172
178
  sessionStorage.clear();
173
179
  if (["integration", 'LNRD', 'HBJK'].includes(this.stash)) {