meixifrontserve 0.7.35 → 0.7.36

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.
@@ -195,6 +195,21 @@ const projectConfig = {
195
195
  },
196
196
  systemName: '魅熙统计平台',
197
197
  },
198
+ workwx: {
199
+ // 系统Id
200
+ systemId: '1732973245286158337',
201
+ // url的前缀 目前除了开发不会使用到该文件
202
+ urlPrefix: {
203
+ beta: 'mxworkwx',
204
+ testing:'mxworkwx',
205
+ test2ing:'mxworkwx',
206
+ pre: 'mxworkwx',
207
+ prod: 'mxworkwx'
208
+ },
209
+ systemName: '魅熙企业微信平台',
210
+ },
211
+
212
+
198
213
 
199
214
  }
200
215
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "0.7.35",
3
+ "version": "0.7.36",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,