diff --git a/src/App.vue b/src/App.vue index f37972a..7f9e9a0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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-19 14:24:01 + * @LastEditTime: 2022-12-19 17:39:02 * @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.2------------"); +console.log("版本0.9.3------------"); const store = useStore(); onMounted(() => { getUserInfo();