meixifrontserve 0.7.70 → 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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "0.7.70",
3
+ "version": "0.7.71",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,