Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
meihua-island-book
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-05-26 12:53:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e7592b7fc7e492f0c29742d39a08f04c7b5350b
2e7592b7
1 parent
0a1e01a0
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/pages/auth/index.vue
src/pages/auth/index.vue
View file @
2e7592b
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-05-2
4 17:36:35
* @LastEditTime: 2024-05-2
6 10:17:04
* @FilePath: /meihuaApp/src/pages/auth/index.vue
* @Description: 文件描述
-->
...
...
@@ -65,7 +65,6 @@ export default {
url: `../../${params.url}?id=${params.id}&start_date=${params.start_date}&end_date=${params.end_date}`
})
} else { // 其他页面分享跳首页
// 新增首页须知是否打开的判断
Taro.reLaunch({
url: `/pages/index/index?first_in=${wx.getStorageSync("first_in")}`
})
...
...
Please
register
or
login
to post a comment