Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
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-01-23 10:15:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
859a9e761d583a45863f00f1f4a9d3682957509c
859a9e76
1 parent
1d2f84db
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/index.vue
src/views/index.vue
View file @
859a9e7
<!--
* @Date: 2023-06-21 10:23:09
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-2
0 10:26:4
6
* @LastEditTime: 2024-01-2
3 10:01:2
6
* @FilePath: /xysBooking/src/views/index.vue
* @Description: 预约页首页
-->
...
...
@@ -54,6 +54,7 @@ import { Cookies, $, _, axios, storeToRefs, mainStore, Toast, useTitle } from '@
//import { } from '@/utils/generateIcons.js'
//import { } from '@/composables'
import { showSuccessToast, showFailToast } from 'vant';
import { billListAPI } from '@/api/index';
import { useGo } from '@/hooks/useGo'
import icon_1 from '@/assets/images/立即预约@2x.png'
import icon_2 from '@/assets/images/预约记录@2x.png'
...
...
@@ -82,6 +83,8 @@ const toMy = () => { // 跳转到我的
}
onMounted(async () => {
// TAG: 触发授权页面
await billListAPI();
});
const root = ref();
...
...
Please
register
or
login
to post a comment