Browse Source

代理登录页面增加选择账套弹出框

hangb 7 năm trước cách đây
mục cha
commit
21cfe87a48
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/agency/index.vue

+ 1 - 1
pages/agency/index.vue

@@ -55,7 +55,7 @@
         param.append('appId', this.$route.query.appId || '')
         param.append('token', this.$route.query.token || '')
         param.append('baseUrl', this.$route.query.baseURL || '')
-        param.append('spaceUU', this.$route.query.spaceUU || this.spaceUU || '')
+        param.append('spaceUU', this.spaceUU || this.$route.query.spaceUU || '')
         param.append('isLoginAll', this.$route.query.isLoginAll || '')
         let config = {
           headers: {'Content-Type': 'multipart/form-data'}