Browse Source

sourceType更改

gcz 2 năm trước cách đây
mục cha
commit
71fc818079
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      pages/login/login.vue

+ 1 - 0
pages/login/login.vue

@@ -259,6 +259,7 @@
 					await this.$u.api.uncompress({scene:this.scene}).then(res=>{
 						data.agentId = res.data.agentId;
 						data.agentShopId = res.data.agentShopId;
+						data.sourceType = 2;
 						// console.log('uncompress',res.data);
 					}).catch(err=>{
 						console.log('uncompress',err);