修改心电
This commit is contained in:
parent
346aa6bd69
commit
ec417516da
@ -5,7 +5,7 @@ import remainingRouter from './modules/remaining'
|
||||
|
||||
// 创建路由实例
|
||||
const router = createRouter({
|
||||
history: createWebHistory(), // createWebHashHistory URL带#,createWebHistory URL不带# liunx 病理 需要在这里加 '/bl/' 李晓东
|
||||
history: createWebHistory('/ecg/'), // createWebHashHistory URL带#,createWebHistory URL不带# liunx 病理 需要在这里加 '/bl/' 李晓东
|
||||
strict: true,
|
||||
routes: remainingRouter as RouteRecordRaw[],
|
||||
scrollBehavior: () => ({ left: 0, top: 0 })
|
||||
|
@ -33,7 +33,7 @@
|
||||
<img class="top-image" src="@/assets/imgs/FLY.png" />
|
||||
<div class="text-container">
|
||||
<span style="font-size: 4.32vh">{{headTitle}}</span>
|
||||
<span style="font-size: 1.64vh">The Medical Community Medical Imaging Systems</span>
|
||||
<span style="font-size: 1.64vh">Regional Cloud-based Electrocardiogram (ECG) System</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="my-middle">
|
||||
|
Loading…
Reference in New Issue
Block a user