meixifrontserve 2.0.40 → 2.0.43
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/bin/index.js +1 -1
- package/config/package.json +1 -1
- package/config/packageV2.json +1 -1
- package/config/projectConfig.js +12 -2
- package/package.json +1 -1
package/bin/index.js
CHANGED
package/config/package.json
CHANGED
package/config/packageV2.json
CHANGED
package/config/projectConfig.js
CHANGED
|
@@ -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
|
|