feat:增加项目列表

This commit is contained in:
lixg
2022-12-19 14:24:19 +08:00
parent b4a65ee6d7
commit 0fd052c0cb
4 changed files with 115 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2022-11-21 17:28:10
* @LastEditors: lixg lixg@dongwu-inc.com
* @LastEditTime: 2022-12-15 11:54:03
* @LastEditTime: 2022-12-19 14:24:01
* @FilePath: /fe-stu/src/App.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -42,7 +42,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi";
import { useStore } from "vuex";
import { onMounted } from "vue";
import router from "@/router";
console.log("版本0.9.1------------");
console.log("版本0.9.2------------");
const store = useStore();
onMounted(() => {
getUserInfo();