态势感知平台-登录跳转到态势感知数据中台
This commit is contained in:
@@ -81,7 +81,8 @@ const dataSubMenus = [
|
||||
];
|
||||
|
||||
const handleLogin = (type) => {
|
||||
emitEvent('login', {type, triggerType: '主动注册'});
|
||||
// emitEvent('login', {type, triggerType: '主动注册'});
|
||||
window.open('http://222.20.126.217:2133/login', '_blank');
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
@@ -36,10 +36,10 @@ import { overviewDataPage1 } from '@/api/jyh/situation';
|
||||
|
||||
// 定义响应式数据对象,初始值为 0 或 null
|
||||
const stats = reactive({
|
||||
enterprise: 0,
|
||||
university: 0,
|
||||
activity: 0,
|
||||
project: 0
|
||||
enterprise: 8000,
|
||||
university: 600,
|
||||
activity: 10000,
|
||||
project: 4
|
||||
});
|
||||
|
||||
// 加载状态(可选,用于显示 skeleton 或 loading)
|
||||
|
||||
Reference in New Issue
Block a user