态势感知平台-登录跳转到态势感知数据中台

This commit is contained in:
fmk1023
2026-03-17 14:53:23 +08:00
parent 1250268701
commit 98aeef9af8
2 changed files with 6 additions and 5 deletions

View File

@@ -81,7 +81,8 @@ const dataSubMenus = [
]; ];
const handleLogin = (type) => { const handleLogin = (type) => {
emitEvent('login', {type, triggerType: '主动注册'}); // emitEvent('login', {type, triggerType: '主动注册'});
window.open('http://222.20.126.217:2133/login', '_blank');
}; };
</script> </script>

View File

@@ -36,10 +36,10 @@ import { overviewDataPage1 } from '@/api/jyh/situation';
// 定义响应式数据对象,初始值为 0 或 null // 定义响应式数据对象,初始值为 0 或 null
const stats = reactive({ const stats = reactive({
enterprise: 0, enterprise: 8000,
university: 0, university: 600,
activity: 0, activity: 10000,
project: 0 project: 4
}); });
// 加载状态(可选,用于显示 skeleton 或 loading // 加载状态(可选,用于显示 skeleton 或 loading