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