This commit is contained in:
parent
9e627aaf48
commit
7e481c87c9
|
@ -164,14 +164,15 @@ const tabData = reactive({
|
|||
name: "总体概况",
|
||||
img: tab1,
|
||||
},
|
||||
{
|
||||
name: "评估模型",
|
||||
img: tab8,
|
||||
},
|
||||
|
||||
{
|
||||
name: "要素一张图",
|
||||
img: tab7,
|
||||
},
|
||||
{
|
||||
name: "评估模型",
|
||||
img: tab8,
|
||||
},
|
||||
// {
|
||||
// name: "养老体系",
|
||||
// img: tab2,
|
||||
|
@ -198,14 +199,15 @@ const tabData = reactive({
|
|||
img: png3,
|
||||
url: "/home/index",
|
||||
},
|
||||
{
|
||||
img: png1,
|
||||
url: "/home/index/table",
|
||||
},
|
||||
|
||||
{
|
||||
img: png2,
|
||||
url: "/home/index/map",
|
||||
},
|
||||
{
|
||||
img: png1,
|
||||
url: "/home/index/table",
|
||||
},
|
||||
|
||||
// {
|
||||
// img: png4,
|
||||
|
|
|
@ -1831,8 +1831,8 @@ const autoScroll = () => {
|
|||
}
|
||||
};
|
||||
onBeforeMount(async () => {
|
||||
document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d'
|
||||
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
// document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d'
|
||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
getData();
|
||||
getfw();
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Reference in New Issue