fix:增加版本号

This commit is contained in:
lixg
2022-12-19 10:09:54 +08:00
parent b6eaf4c993
commit 8d68f4754e
5 changed files with 79 additions and 36 deletions

View File

@@ -7,7 +7,16 @@
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
<div style="background: #0078FC;height: 150px;width:100%;position: absolute;top:0;z-index: 1"></div>
<div
style="
background: #0078fc;
height: 150px;
width: 100%;
position: absolute;
top: 0;
z-index: 1;
"
></div>
<div id="container">
<!-- <div id="nav">
<router-link
@@ -22,18 +31,18 @@
{{ item.name }}
</router-link>
</div> -->
<main style="z-index: 2;">
<router-view/>
<main style="z-index: 2">
<router-view />
</main>
</div>
</template>
<script setup>
import {boeRequest} from "@/api/request";
import {GET_USER_INFO} from "@/api/ThirdApi";
import {useStore} from "vuex";
import {onMounted} from "vue";
import { boeRequest } from "@/api/request";
import { GET_USER_INFO } from "@/api/ThirdApi";
import { useStore } from "vuex";
import { onMounted } from "vue";
import router from "@/router";
console.log("版本0.9.1------------");
const store = useStore();
onMounted(() => {
getUserInfo();
@@ -50,7 +59,7 @@ function getUserInfo() {
// font-family: MicrosoftYaHei, Microsoft YaHei, Avenir, Helvetica, Arial,
// sans-serif;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
Microsoft YaHei, Arial, sans-serif;
Microsoft YaHei, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;