meixifrontserve 2.0.85 → 2.0.87
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/config/packageV2.json +1 -1
- package/config/projectConfig.js +2 -2
- package/package.json +1 -1
package/config/packageV2.json
CHANGED
package/config/projectConfig.js
CHANGED
|
@@ -245,7 +245,7 @@ const projectConfig = {
|
|
|
245
245
|
systemName: '魅熙资产管理平台',
|
|
246
246
|
},
|
|
247
247
|
cost:{
|
|
248
|
-
systemId: '
|
|
248
|
+
systemId: '1978998316411248642',
|
|
249
249
|
// url的前缀 目前除了开发不会使用到该文件
|
|
250
250
|
urlPrefix: {
|
|
251
251
|
beta: 'cost',
|
|
@@ -267,7 +267,7 @@ const projectConfig = {
|
|
|
267
267
|
prod: 'storesByControl'
|
|
268
268
|
},
|
|
269
269
|
systemName: '魅熙库存控制平台',
|
|
270
|
-
}
|
|
270
|
+
},
|
|
271
271
|
|
|
272
272
|
|
|
273
273
|
}
|