vue2-client 1.14.88 → 1.14.89

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.14.88",
3
+ "version": "1.14.89",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -111,7 +111,7 @@ export default {
111
111
  { key: '14', label: '异常报警', permission: '异常报警', component: 'UserException' },
112
112
  { key: '15', label: '价格调整', permission: '价格调整', component: 'PriceAdjustments' },
113
113
  { key: '16', label: '附件查看', permission: '附件查看', component: 'uploadFilesHistory' },
114
- { key: '16', label: '保险明细', permission: '保险明细', component: 'InsuranceDetailQuery' },
114
+ { key: '17', label: '保险明细', permission: '保险明细', component: 'InsuranceDetailQuery' },
115
115
  ],
116
116
  }
117
117
  },