Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-01 15:48:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
47b62d0e8fec1d83b75cd84a98aa64fd3c96c8ca
47b62d0e
1 parent
6010affe
fix 未授权跳转方式调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/auth/index.vue
src/pages/auth/index.vue
View file @
47b62d0
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-01 1
3:32:0
0
* @LastEditTime: 2022-11-01 1
5:47:3
0
* @FilePath: /swx/src/pages/auth/index.vue
* @Description: 文件描述
-->
...
...
@@ -44,7 +44,7 @@ export default {
// 修改请求头
request.defaults.headers.cookie = res.cookies[0];
if (res.data.data.avatar) {
Taro.re
directTo
({
Taro.re
Launch
({
url: '../../' + getCurrentPageParam().url
})
} else { // 头像没有设置跳转完善信息页面
...
...
Please
register
or
login
to post a comment