liuzhihui 3 vuotta sitten
vanhempi
commit
b32574fb01

File diff suppressed because it is too large
+ 577 - 553
CallCenterWeb.UI/RMYY/src/components/context/Dialplate/index.vue


+ 3 - 2
CallCenterWeb.UI/RMYY/src/views/login/index.vue

@@ -127,7 +127,7 @@
127 127
       this.init()
128 128
       this.toggle()
129 129
       console.log(window.location.href)
130
-      if (window.location.href.indexOf('loginid') != '-1') {
130
+      if (window.location.href.indexOf('loginid') != '-1' || window.location.href.indexOf('oploginid') != '-1') {
131 131
         this.handleOAlogin()
132 132
       }
133 133
     },
@@ -166,7 +166,8 @@
166 166
         }
167 167
         console.log(obj)
168 168
         this.$store.dispatch('OAlogin', {
169
-          loginid: obj.loginid
169
+          loginid: obj.loginid,
170
+          oploginid: obj.oploginid
170 171
         }).then((res) => {
171 172
           console.log(res)
172 173
           if (res.state == 'success') {