update
This commit is contained in:
parent
8e85182ced
commit
f154c721cd
@ -224,9 +224,9 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
component: () => import("../views/Temp/Large_Format/index.vue"),
|
component: () => import("../views/Temp/Large_Format/index.vue"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/InPlantProducts/GetonAgain",
|
path: "/InPlantProducts/zaideng",
|
||||||
name: "GetonAgain",
|
name: "Zaideng",
|
||||||
component: () => import("../views/Temp/GetonAgain/index.vue"),
|
component: () => import("../views/Temp/zaideng/index.vue"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/InPlantProducts/OffsiteDevList",
|
path: "/InPlantProducts/OffsiteDevList",
|
||||||
|
@ -70,7 +70,7 @@ import right from "./right.vue";
|
|||||||
import top from "./top.vue";
|
import top from "./top.vue";
|
||||||
import { useI18n } from "vue-i18n";
|
import { useI18n } from "vue-i18n";
|
||||||
let { t } = useI18n();
|
let { t } = useI18n();
|
||||||
let title = ref('再登高-环境物联管理系统');
|
let title = ref('再登-环境物联管理系统');
|
||||||
let titleTip = [
|
let titleTip = [
|
||||||
{
|
{
|
||||||
color: "#20AEC5",
|
color: "#20AEC5",
|
Loading…
Reference in New Issue
Block a user