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.
- package/config/package.json +1 -1
- package/config/projectConfig.js +12 -0
- package/package.json +1 -1
package/config/package.json
CHANGED
package/config/projectConfig.js
CHANGED
|
@@ -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
|
|