doway-coms 1.1.61 → 1.1.62

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": "doway-coms",
3
- "version": "1.1.61",
3
+ "version": "1.1.62",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -242,7 +242,7 @@ export function replaceParamString(
242
242
  to.meta['aliveCacheKey'] = to.params.aliveCacheKey
243
243
  }
244
244
  if(!to.meta.aliveCacheKey){
245
- alert('防呆,子应用没有路由缓存键')
245
+ alert('防呆,子应用没有路由缓存键:'+JSON.stringify(to))
246
246
  }
247
247
  if (to.meta.moduleCode && !store.getters.moduleViewInfo[to.meta.moduleCode]) {
248
248
  store