vue2-client 1.8.1 → 1.8.2

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": "vue2-client",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
@@ -41,7 +41,7 @@ module.exports = {
41
41
  notice: true
42
42
  },
43
43
  // 旧系统路径
44
- iframeSrc: '../singlepage/page.html',
44
+ iframeSrc: '/singlepage/index.html',
45
45
  // 兼容旧版本 V3(最新V3产品) OA(公司OA)
46
46
  compatible: 'V3',
47
47
  // 路由资源名称
@@ -78,7 +78,7 @@ function parseRoutes (routesConfig, routerMap) {
78
78
  item.path = encodeURI(item.name)
79
79
  }
80
80
  // 当没在动态路由对象中找到时, 不添加到路由
81
- if (!router) return
81
+ // if (!router) return
82
82
  routeCfg = item
83
83
  }
84
84
  if (!router) {