vue2-client 1.8.7 → 1.8.8

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.7",
3
+ "version": "1.8.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -43,7 +43,7 @@ module.exports = {
43
43
  // 旧系统路径
44
44
  iframeSrc: '/singlepage/index.html',
45
45
  // 兼容旧版本 V4(最新产品) V3(V3产品) OA(公司OA)
46
- // compatible: 'V4',
46
+ compatible: 'V3',
47
47
  // 路由资源名称
48
48
  routeName: '智慧燃气',
49
49
  // 自定义组件集合 格式为组件名: 组件路径(不需要带@/)