meixifrontserve 0.7.77 → 0.7.79

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.
@@ -31,7 +31,7 @@
31
31
  "dayjs": "^1.11.2",
32
32
  "element-ui": "^2.15.6",
33
33
  "js-md5": "^0.7.3",
34
- "meixiappmain": "0.4.0",
34
+ "meixiappmain": "0.4.1",
35
35
  "meixicheckgoodstable": "0.1.2",
36
36
  "meixicheckstaff": "^0.2.3",
37
37
  "meixidialogtablecheck": "^0.3.4",
@@ -219,6 +219,18 @@ const projectConfig = {
219
219
  prod: 'plugin'
220
220
  },
221
221
  systemName: '魅熙微模块平台',
222
+ },
223
+ oagxwback:{
224
+ systemId: '1805151209131208705',
225
+ // url的前缀 目前除了开发不会使用到该文件
226
+ urlPrefix: {
227
+ beta: 'gxwoaback',
228
+ testing:'gxwoaback',
229
+ test2ing:'gxwoaback',
230
+ pre: 'gxwoaback',
231
+ prod: 'gxwoaback'
232
+ },
233
+ systemName: '魅熙谷小微后台平台',
222
234
  }
223
235
 
224
236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "0.7.77",
3
+ "version": "0.7.79",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,