meixifrontserve 0.3.7 → 0.3.8
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/README.md +1 -0
- package/config/projectConfig.js +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/config/projectConfig.js
CHANGED
|
@@ -130,6 +130,18 @@ const projectConfig = {
|
|
|
130
130
|
prod: 'mxachievement'
|
|
131
131
|
},
|
|
132
132
|
systemName: '魅熙业绩平台',
|
|
133
|
+
},
|
|
134
|
+
// 柏溪小程序后台
|
|
135
|
+
applet:{
|
|
136
|
+
// 系统Id
|
|
137
|
+
systemId: '1612420254280347650',
|
|
138
|
+
// url的前缀 目前除了开发不会使用到该文件
|
|
139
|
+
urlPrefix: {
|
|
140
|
+
beta: 'appletManagement',
|
|
141
|
+
pre: 'appletManagement',
|
|
142
|
+
prod: 'appletManagement'
|
|
143
|
+
},
|
|
144
|
+
systemName: '魅熙柏溪运维平台',
|
|
133
145
|
}
|
|
134
146
|
}
|
|
135
147
|
|