meixifrontserve 2.0.39 → 2.0.41

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.
@@ -35,7 +35,7 @@
35
35
  "meixicheckgoodstable": "2.0.12",
36
36
  "meixicheckstaff": "2.0.13",
37
37
  "meixidialogtablecheck": "2.0.11",
38
- "meixiexpresscheck": "0.0.6",
38
+ "meixiexpresscheck": "2.0.1",
39
39
  "meixihandlerecorde": "0.0.8",
40
40
  "meixirequestts": "0.2.2",
41
41
  "meixistepbar": "2.0.11",
@@ -255,11 +255,21 @@ const projectConfig = {
255
255
  prod: 'cost'
256
256
  },
257
257
  systemName: '魅熙费用管理平台',
258
+ },
259
+ storesByControl:{
260
+ systemId: '1887469939901186049',
261
+ // url的前缀 目前除了开发不会使用到该文件
262
+ urlPrefix: {
263
+ beta: 'storesByControl',
264
+ testing:'storesByControl',
265
+ test2ing:'storesByControl',
266
+ pre: 'storesByControl',
267
+ prod: 'storesByControl'
268
+ },
269
+ systemName: '魅熙库存控制平台',
258
270
  }
259
271
 
260
272
 
261
-
262
-
263
273
  }
264
274
 
265
275
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "2.0.39",
3
+ "version": "2.0.41",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,