@@ -36,6 +36,8 @@
`pnpm build`
+各个系统的登录页面在src/router/routes/index.ts下进行配置
+
### 主题及主题化
主题可以在 /views/vent/sys/setting/index.vue 中找到设置入口
@@ -364,7 +364,8 @@ async function refreshData(deviceId: string) {
}
onMounted(() => {
- const path = route.query.deviceType;
+ const path = route.query.deviceType as string;
+ deviceType.value = path;
if (path) {
getDeviceType(path);
getDeviceList(path);