meixifrontserve 0.7.69 → 0.7.71
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
|
@@ -208,6 +208,18 @@ const projectConfig = {
|
|
|
208
208
|
},
|
|
209
209
|
systemName: '魅熙企业微信平台',
|
|
210
210
|
},
|
|
211
|
+
plugin:{
|
|
212
|
+
systemId: '',
|
|
213
|
+
// url的前缀 目前除了开发不会使用到该文件
|
|
214
|
+
urlPrefix: {
|
|
215
|
+
beta: 'plugin',
|
|
216
|
+
testing:'plugin',
|
|
217
|
+
test2ing:'plugin',
|
|
218
|
+
pre: 'plugin',
|
|
219
|
+
prod: 'plugin'
|
|
220
|
+
},
|
|
221
|
+
systemName: '魅熙微模块平台',
|
|
222
|
+
}
|
|
211
223
|
|
|
212
224
|
|
|
213
225
|
|