Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
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
2022-05-27 10:31:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b0f5ee671e3046e0fd33d2bfc054d4a55395f961
b0f5ee67
1 parent
77fd21dc
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/business/index.vue
src/views/business/index.vue
View file @
b0f5ee6
...
...
@@ -88,7 +88,7 @@ import axios from '@/utils/axios';
import { Toast } from 'vant';
import { useShortcutBar } from '@/composables';
const { shortcutItem } = useShortcutBar(['
ho
me']); // 配置快捷跳转条
const { shortcutItem } = useShortcutBar(['me']); // 配置快捷跳转条
// 因为不能让空图标提前出来的写法
const emptyStatus = ref(false);
...
...
Please
register
or
login
to post a comment