This commit is contained in:
duanxiaohai 2024-09-23 10:00:16 +08:00
parent 9e627aaf48
commit 7e481c87c9
3 changed files with 12 additions and 10 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -164,14 +164,15 @@ const tabData = reactive({
name: "总体概况", name: "总体概况",
img: tab1, img: tab1,
}, },
{
name: "评估模型",
img: tab8,
},
{ {
name: "要素一张图", name: "要素一张图",
img: tab7, img: tab7,
}, },
{
name: "评估模型",
img: tab8,
},
// { // {
// name: "", // name: "",
// img: tab2, // img: tab2,
@ -198,14 +199,15 @@ const tabData = reactive({
img: png3, img: png3,
url: "/home/index", url: "/home/index",
}, },
{
img: png1,
url: "/home/index/table",
},
{ {
img: png2, img: png2,
url: "/home/index/map", url: "/home/index/map",
}, },
{
img: png1,
url: "/home/index/table",
},
// { // {
// img: png4, // img: png4,

View File

@ -1831,8 +1831,8 @@ const autoScroll = () => {
} }
}; };
onBeforeMount(async () => { onBeforeMount(async () => {
document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d' // document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d'
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d"); // tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
getData(); getData();
getfw(); getfw();
setTimeout(() => { setTimeout(() => {