meixifrontserve 0.7.90 → 0.7.92

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.
@@ -53,7 +53,7 @@
53
53
  "vue-cropper": "^0.5.8",
54
54
  "vue-router": "3.0.2",
55
55
  "vuex": "^3.4.0",
56
- "meixioacomponent": "^1.1.48",
56
+ "meixioacomponent": "^1.1.49",
57
57
  "meixisuperdrawer": "^0.3.1",
58
58
  "@vue/cli-plugin-babel": "~4.5.19",
59
59
  "@vue/cli-plugin-eslint": "~4.5.19",
@@ -231,6 +231,18 @@ const projectConfig = {
231
231
  prod: 'gxwoaback'
232
232
  },
233
233
  systemName: '魅熙谷小微后台平台',
234
+ },
235
+ property:{
236
+ systemId: '1818922820794130434',
237
+ // url的前缀 目前除了开发不会使用到该文件
238
+ urlPrefix: {
239
+ beta: 'property',
240
+ testing:'property',
241
+ test2ing:'property',
242
+ pre: 'property',
243
+ prod: 'property'
244
+ },
245
+ systemName: '魅熙资产管理平台',
234
246
  }
235
247
 
236
248
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "0.7.90",
3
+ "version": "0.7.92",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,