bi-element-ui 1.6.3-beta.18 → 1.6.3-beta.19

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bi-element-ui",
3
- "version": "1.6.3-beta.18",
3
+ "version": "1.6.3-beta.19",
4
4
  "private": false,
5
5
  "description": "基于 bi-eleme 编写的企业级 Vue 2 UI 组件库",
6
6
  "main": "lib/bi-element-ui-externals.common.js",
@@ -222,6 +222,7 @@ export default {
222
222
 
223
223
  async getMessage() {
224
224
  const res = await request({
225
+ env: this.$BI.env,
225
226
  system: 'applause',
226
227
  api: '/home/notify/list',
227
228
  data: this.searchData
@@ -234,6 +235,7 @@ export default {
234
235
  },
235
236
  async getSwiper() {
236
237
  const res = await request({
238
+ env: this.$BI.env,
237
239
  system: 'applause',
238
240
  api: '/home/carousel/list',
239
241
  data: { uid: this.uid }
@@ -244,6 +246,7 @@ export default {
244
246
  },
245
247
  async Searchcondition() {
246
248
  const res = await request({
249
+ env: this.$BI.env,
247
250
  system: 'applause',
248
251
  api: '/home/Searchcondition/index',
249
252
  data: { uid: this.uid, notify_category: 1 }
@@ -287,6 +290,7 @@ export default {
287
290
  // 数据已读
288
291
  async sendRaed(data) {
289
292
  const res = await request({
293
+ env: this.$BI.env,
290
294
  system: 'applause',
291
295
  api: '/home/notify/read',
292
296
  data: { uid: this.uid, notify_id: data.id }
@@ -298,6 +302,7 @@ export default {
298
302
  // 数据详情
299
303
  async getDetail(uid, notify_id) {
300
304
  const res = await request({
305
+ env: this.$BI.env,
301
306
  system: 'applause',
302
307
  api: '/home/notify/detail',
303
308
  data: { uid, notify_id }