| | |
| | | <view class="zai-box"> |
| | | <!-- 登录加载弹窗 --> |
| | | <view class="cu-load load-modal"> |
| | | <image src="https://static.jeecg.com/upload/test/login4_1595818039175.png" mode="aspectFit" |
| | | <image src="../../static/logo-lx.png" mode="aspectFit" |
| | | class="round"></image> |
| | | <view class="gray-text">正在登录中...</view> |
| | | </view> |
| | |
| | | /** 后台构造oauth2登录地址 */ |
| | | sysOAuth2Login(source) { |
| | | let domainURL = configService.apiUrl; |
| | | let url = `http://houjie.xalxzn.com:8866/jeecg-boot/sys/thirdLogin/oauth2/${source}/login`; |
| | | let url = `https://fastwoke.cn:8087/jeecg-boot/sys/thirdLogin/oauth2/${source}/login`; |
| | | let state = window.location.origin + window.location.search |
| | | url += `?state=${encodeURIComponent(state)}`; |
| | | console.log('sysOAuth2Login====》', url) |