meixifrontserve 2.1.29 → 2.1.31

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.
@@ -44,7 +44,7 @@
44
44
  "meixihelpmenu": "2.0.1",
45
45
  "meixilayout": "2.0.46",
46
46
  "meixiordertypebutton": "2.0.13",
47
- "meixioacomponent": "2.0.62",
47
+ "meixioacomponent": "2.0.63",
48
48
  "path": "^0.12.7",
49
49
  "register-service-worker": "^1.7.2",
50
50
  "v-click-outside": "^3.2.0",
@@ -268,8 +268,18 @@ const projectConfig = {
268
268
  },
269
269
  systemName: '魅熙库存控制平台',
270
270
  },
271
-
272
-
271
+ collegeByManage:{
272
+ systemId: '2044255481249746945',
273
+ // url的前缀 目前除了开发不会使用到该文件
274
+ urlPrefix: {
275
+ beta: 'collegeByManage',
276
+ testing:'collegeByManage',
277
+ test2ing:'collegeByManage',
278
+ pre: 'collegeByManage',
279
+ prod: 'collegeByManage'
280
+ },
281
+ systemName: '成长学院管理后台',
282
+ }
273
283
  }
274
284
 
275
285
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "2.1.29",
3
+ "version": "2.1.31",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,