版本号

This commit is contained in:
zhangyc
2022-12-24 20:03:47 +08:00
parent 22e03a42bb
commit 77881751dc
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ import {useStore} from "vuex";
import {onMounted} from "vue"; import {onMounted} from "vue";
import router from "@/router"; import router from "@/router";
console.log("版本1.0.3------------"); console.log("版本1.0.4------------");
const store = useStore(); const store = useStore();
onMounted(() => { onMounted(() => {
getUserInfo(); getUserInfo();

View File

@@ -2,7 +2,7 @@
<div class="pathdetails" style="padding: 30px"> <div class="pathdetails" style="padding: 30px">
<!-- 面包屑导航 --> <!-- 面包屑导航 -->
<div class="crumb"> <div class="crumb">
<div>{{ data.routerName }}</div> <div>{{ data.name }}</div>
<div style="margin-left: 6px; margin-right: 6px">/</div> <div style="margin-left: 6px; margin-right: 6px">/</div>
<div style="font-weight: 700">路径图详情</div> <div style="font-weight: 700">路径图详情</div>