qj-common 4.3.2 → 4.3.3

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": "qj-common",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "description": "common files && template for qj-paas",
5
5
  "scripts": {
6
6
  "gulp": "gulp css"
@@ -160,7 +160,9 @@ export default {
160
160
 
161
161
  console.log(current, 'path');
162
162
  console.log(path, 'path');
163
- path = localStorage.getItem('showMenuAction') ? localStorage.getItem('showMenuAction') : path
163
+ console.log(localStorage.getItem('showMenuAction'), this.$route, '当前路由信息');
164
+
165
+ // path = localStorage.getItem('showMenuAction') ? localStorage.getItem('showMenuAction') : path
164
166
  return path;
165
167
  },
166
168
  },