This commit is contained in:
parent
87ae4df34d
commit
95794a9199
|
@ -142,7 +142,7 @@ const data = reactive({
|
|||
],
|
||||
urlLeft: [
|
||||
{
|
||||
name: "总体概览",
|
||||
name: "全局概览",
|
||||
url: "/home/index",
|
||||
},
|
||||
|
||||
|
@ -163,11 +163,11 @@ const data = reactive({
|
|||
// url: "/home/work",
|
||||
// },
|
||||
{
|
||||
name: "要素一张图",
|
||||
name: "要素图谱",
|
||||
url: "/home/index/map",
|
||||
},
|
||||
{
|
||||
name: "评估模型",
|
||||
name: "评估体系",
|
||||
url: "/home/index/table",
|
||||
},
|
||||
{
|
||||
|
|
|
@ -58,7 +58,8 @@ window.addEventListener("resize", function () {
|
|||
|
||||
<style scoped lang="scss">
|
||||
.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-size: 100% 100%;
|
||||
// background-repeat: no-repeat;
|
||||
|
|
|
@ -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