|
@@ -8,6 +8,7 @@ import { useParams } from 'react-router-dom'
|
|
|
import { API_login } from '@/store/action/all'
|
|
import { API_login } from '@/store/action/all'
|
|
|
import { baseUrlTemp } from '@/utils/http'
|
|
import { baseUrlTemp } from '@/utils/http'
|
|
|
import { domShowFu } from '@/utils/domShow'
|
|
import { domShowFu } from '@/utils/domShow'
|
|
|
|
|
+import history from '@/utils/history'
|
|
|
function Z1login() {
|
|
function Z1login() {
|
|
|
// 获取地址栏参数 1:课程 2:展馆
|
|
// 获取地址栏参数 1:课程 2:展馆
|
|
|
const urlObjTemp: any = useParams()
|
|
const urlObjTemp: any = useParams()
|
|
@@ -74,6 +75,10 @@ function Z1login() {
|
|
|
<Button size='large' type='primary' onClick={getUserCode}>
|
|
<Button size='large' type='primary' onClick={getUserCode}>
|
|
|
授权微信登录
|
|
授权微信登录
|
|
|
</Button>
|
|
</Button>
|
|
|
|
|
+ <br /> <br />
|
|
|
|
|
+ <Button size='large' onClick={() => history.go(-1)}>
|
|
|
|
|
+ 取消
|
|
|
|
|
+ </Button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
)
|
|
)
|