# Conflicts:
#	feature/src/App.vue
#	feature/src/views/market/index.vue
#	feature/src/views/settings/index.vue
This commit is contained in:
sunyuqiang
2023-08-01 14:10:25 +08:00
42 changed files with 176 additions and 43 deletions

View File

@@ -41,12 +41,12 @@ import { ref } from 'vue';
import { useRouter } from 'vue-router';
import {
HeartOutlined,
UserOutlined,
AppstoreOutlined,
SettingOutlined,
BugOutlined,
} from '@ant-design/icons-vue';
import { useStore } from 'vuex';
const router = useRouter();
const active = ref(['market']);
const changeMenu = (key: any) => {