This commit is contained in:
姚宇浩 2024-09-24 09:23:24 +08:00
parent 87ae4df34d
commit 95794a9199
3 changed files with 7 additions and 6 deletions

View File

@ -142,7 +142,7 @@ const data = reactive({
], ],
urlLeft: [ urlLeft: [
{ {
name: "总体概览", name: "全局概览",
url: "/home/index", url: "/home/index",
}, },
@ -163,11 +163,11 @@ const data = reactive({
// url: "/home/work", // url: "/home/work",
// }, // },
{ {
name: "要素一张图", name: "要素",
url: "/home/index/map", url: "/home/index/map",
}, },
{ {
name: "评估模型", name: "评估体系",
url: "/home/index/table", url: "/home/index/table",
}, },
{ {

View File

@ -58,7 +58,8 @@ window.addEventListener("resize", function () {
<style scoped lang="scss"> <style scoped lang="scss">
.content { .content {
background: url("../assets/bgImg.png") no-repeat 0/100% 100%; background: url("../assets/bgImg.png") no-repeat 100% 100%;
background-color: #254574;
// background-image: url("../assets/bgImg.png"); // background-image: url("../assets/bgImg.png");
// background-size: 100% 100%; // background-size: 100% 100%;
// background-repeat: no-repeat; // background-repeat: no-repeat;

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(() => {