首页添加水房大屏
This commit is contained in:
parent
d35317e6d6
commit
2932c85156
BIN
src/assets/indexImg/waterhouse.png
Normal file
BIN
src/assets/indexImg/waterhouse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
@ -273,6 +273,12 @@ let routerList = [
|
|||||||
title: t("messages.mechanical_noise"),
|
title: t("messages.mechanical_noise"),
|
||||||
url: require("../assets/indexImg/mechanical_noise.png"),
|
url: require("../assets/indexImg/mechanical_noise.png"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 31,
|
||||||
|
path: "/waterhousedata",
|
||||||
|
title: '南门水房物联大屏',
|
||||||
|
url: require("../assets/indexImg/waterhouse.png"),
|
||||||
|
},
|
||||||
];
|
];
|
||||||
let lang=ref(getStoredLanguage()||'简体中文')
|
let lang=ref(getStoredLanguage()||'简体中文')
|
||||||
function changelang(val){
|
function changelang(val){
|
||||||
|
Loading…
Reference in New Issue
Block a user