diff --git a/component/Initialization/fuwu.vue b/component/Initialization/fuwu.vue
deleted file mode 100644
index a2714cb..0000000
--- a/component/Initialization/fuwu.vue
+++ /dev/null
@@ -1,1143 +0,0 @@
-
-
-
-
-
-
- {{item}}
-
-
-
-
-
- 长春市朝阳区久泰开运养老服务有限公司
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 王金凤
-
- 女
-
-
- 80岁
-
-
- 2025.01.01
-
-
-
-
- 省医保 | 重度失能 | 正常缴费
-
-
-
-
-
-
-
-
- 护理单元
-
-
-
-
-
- {{item1}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 服务指令
-
-
- NUID:2506000001
-
- |
-
- 未命名01
-
-
-
-
-
-
-
-
-
-
-
- {{rightballarray[item0.states].name}}
-
-
-
-
-
-
-
-
-
-
- 10:00~10:10
-
-
-
-
-
-
- 待执行
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 准备洁具(口腔)
-
-
-
-
-
-
- 单人执行
-
-
-
-
-
- 王金福 / 李贵田
-
-
-
-
-
-
- 长者外出
-
-
-
-
-
- 暂无长者入住
-
-
-
-
-
-
-
-
-
-
-
-
- 欧阳三四
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
- {{item1}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 库房
-
- |
-
- NUID:2506000001
-
- |
-
- 库房01
-
-
-
-
-
-
-
-
-
-
- {{rightballarrayspec[item0.states].name}}
-
-
-
-
-
-
-
-
-
-
-
- 10:00~10:10
-
-
-
-
-
- 待执行
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 准备洁具(口腔)
-
-
-
-
-
- 单人执行
-
-
-
-
-
- 王金福 / 李贵田
-
-
-
-
-
-
- 库房已停用
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/component/Initialization/index.vue b/component/Initialization/index.vue
deleted file mode 100644
index 4c5ed5e..0000000
--- a/component/Initialization/index.vue
+++ /dev/null
@@ -1,881 +0,0 @@
-
-
-
-
-
-
- 护理机构A
-
-
-
-
-
-
- 恭喜您已成功添加
-
- “护理机构A”
-
- ,现在您可以通过下面
-
-
- 三种方式为机构进行初始化操作:
-
-
-
-
-
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/component/public/reset.vue b/component/public/reset.vue
index ef285ce..b3354a8 100644
--- a/component/public/reset.vue
+++ b/component/public/reset.vue
@@ -39,7 +39,7 @@
} from 'vue'
import {
updatePassword
- } from '@/pages/Initialization/api.js'
+ } from '@/pages/login/api.js'
// 接收 show 属性并支持 update:show 事件
const props = defineProps({
diff --git a/component/zy-upgrade/zy-upgrade.vue b/component/zy-upgrade/zy-upgrade.vue
index 59f1ae7..6d25a1f 100644
--- a/component/zy-upgrade/zy-upgrade.vue
+++ b/component/zy-upgrade/zy-upgrade.vue
@@ -227,10 +227,8 @@
plus.runtime.install(res.tempFilePath, {
force: false
}, function() {
- //console.log('install success...');
plus.runtime.restart();
}, function(e) {
- console.error('install fail...',JSON.stringify(e));
uni.showToast({
title: '升级失败',
icon:'none'
@@ -244,7 +242,6 @@
}
},
fail:function(e) {
- //console.log("下载失败",e)
uni.showToast({
title: '下载失败:'+e.errMsg,
icon:'none'
@@ -255,11 +252,8 @@
}
})
this.downloadTask.onProgressUpdate(function(res){
- // console.log("99999",res)
that.update_process = res.progress
if(res.progress == Infinity){
- //使用size计算
- //console.log("计算size");
let progress = (res.totalBytesWritten / that.size)*100
if(progress>100){
progress = 100
@@ -300,10 +294,8 @@
height: 290rpx;
}
.zy-upgrade-topbg-blue {
- /* background-image: url('static/images/blue.png'); */
background-size: 100% 100%;
background-repeat: no-repeat;
- /* height: 290rpx; */
}
.zy-upgrade-title {
font-size: 35rpx;
diff --git a/manifest.json b/manifest.json
index 21bd300..af52869 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "护理单元",
"appid" : "__UNI__FB2D473",
"description" : "护理单元",
- "versionName" : "1.0.011",
- "versionCode" : 10011,
+ "versionName" : "1.0.012",
+ "versionCode" : 10012,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages.json b/pages.json
index 8e5b393..6da5c43 100644
--- a/pages.json
+++ b/pages.json
@@ -6,21 +6,7 @@
}
},
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- // 护理
- {
- "path": "pages/Nursing/index",
- "style": {
- "navigationStyle": "custom"
- }
-
- },
{
"path": "pages/watch/index",
"style": {
@@ -109,31 +95,6 @@
},
- // 仓储
- {
- "path": "pages/Warehousing/index",
- "style": {
- "navigationStyle": "custom"
- }
-
- },
- //初始化
- {
- "path": "pages/Initialization/index",
- "style": {
- "navigationStyle": "custom"
- }
-
- },
- // 服务考核
- {
- "path": "pages/assess/index",
- "style": {
- "navigationStyle": "custom"
- }
-
- },
-
// 护理表格预览
{
"path": "pages/timeMatrix/index",
diff --git a/pages/Initialization/api.js b/pages/Initialization/api.js
deleted file mode 100644
index e77f1cf..0000000
--- a/pages/Initialization/api.js
+++ /dev/null
@@ -1,18 +0,0 @@
-// 引入 request 文件
-import request from '@/request/index.js'
-
-// 以下 api 为博主项目示例,实际与项目相匹配
-
-//修改密码
-export const updatePassword = (form) => {
- return request({
- url: `${uni.getStorageSync('serverUrl')}/sys/user/updatePassword`,
- method: 'put',
- data: {
- username: form.username,
- oldpassword: form.oldpassword,
- password: form.password,
- confirmpassword: form.confirmpassword,
- }
- })
-}
\ No newline at end of file
diff --git a/pages/Initialization/index.css b/pages/Initialization/index.css
deleted file mode 100644
index e69de29..0000000
diff --git a/pages/Initialization/index.ts b/pages/Initialization/index.ts
deleted file mode 100644
index 064fa04..0000000
--- a/pages/Initialization/index.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-export type Link = {
- url : string;
- targetUrl : string;
- name : string;
- pao : number;
-};
-export type buttonLink = {
- url : string;
- name : string;
-};
-export type iconTopLink = {
- url : string;
- name : string;
-};
\ No newline at end of file
diff --git a/pages/Initialization/index.vue b/pages/Initialization/index.vue
deleted file mode 100644
index 0a1a156..0000000
--- a/pages/Initialization/index.vue
+++ /dev/null
@@ -1,324 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/Nursing/index.css b/pages/Nursing/index.css
deleted file mode 100644
index e69de29..0000000
diff --git a/pages/Nursing/index.ts b/pages/Nursing/index.ts
deleted file mode 100644
index 8260c85..0000000
--- a/pages/Nursing/index.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-export type Link = {
- url : string;
- targetUrl : string;
-};
diff --git a/pages/Nursing/index.vue b/pages/Nursing/index.vue
deleted file mode 100644
index 0beec6c..0000000
--- a/pages/Nursing/index.vue
+++ /dev/null
@@ -1,505 +0,0 @@
-
-
-
- {{savename}}
-
-
-
-
- {{saveruler.startTime + `-` + saveruler.endTime}}
-
-
-
- {{saveruler.cycleType}}
-
-
-
- {{splitString(saveruler.directiveName)[0]}}
-
-
-
-
- {{splitString(saveruler.directiveName)[1]}}
-
-
-
-
-
-
-
-
-
- 王金凤
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/NursingNew/component/nurse/index.css b/pages/NursingNew/component/nurse/index.css
index fa06e8c..65483ab 100644
--- a/pages/NursingNew/component/nurse/index.css
+++ b/pages/NursingNew/component/nurse/index.css
@@ -547,20 +547,13 @@
}
.super-card-container {
- /* 设置背景图和白色背景 */
- /* background: url("/static/index/whitemountain.png") center/cover, rgba(255, 255, 255, 0.5); */
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
background-blend-mode: screen;
isolation: isolate;
overflow: hidden;
margin-left: 10rpx;
width: 1300rpx;
height: 1350rpx;
- /* border-top-right-radius: 20rpx;
- border-bottom-right-radius: 20rpx; */
- /* border: 2rpx solid #fff; */
border-left: 0;
- /* box-shadow: 10rpx 10rpx 20px rgba(0, 0, 0, 0.1); */
position: relative;
}
@@ -987,79 +980,7 @@
}
}
-.popup-delete {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- backdrop-filter: blur(1rpx);
- background-color: rgba(89, 109, 154, 0.4);
- /* 添加毛玻璃效果 */
- z-index: 999;
- .popup-delete-content {
- position: absolute;
- right: 750rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 800rpx;
- height: 500rpx;
- background: url("/static/index/lightbgcnew.png") center/cover, rgba(255, 255, 255, 0.5);
- background-blend-mode: screen;
- border: 2rpx solid #fff;
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
- border-radius: 30rpx;
- box-shadow: 10rpx 10rpx 20rpx rgba(0, 0, 0, 0.1);
- transition: opacity 0.4s ease;
-
- .popup-delete-img {
- width: 250rpx;
- height: 230rpx;
- margin-top: 40rpx;
- margin-bottom: 20rpx;
- }
-
- .popup-delete-text {
- font-size: 30rpx;
- color: #42474E;
- }
-
- .popup-delete-button {
- display: flex;
- justify-content: space-around;
- height: 90rpx;
- margin-top: 30rpx;
-
- .popup-delete-button-left {
- background-color: rgb(2, 171, 254);
- width: 200rpx;
- height: 80rpx;
- border-radius: 40rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- color: #fff;
- margin: 0 10rpx;
- }
-
- .popup-delete-button-right {
- background-color: #ced9e8;
- width: 200rpx;
- height: 80rpx;
- border-radius: 40rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- margin: 0 10rpx;
- }
- }
- }
-}
.popup-overlay {
position: fixed;
@@ -1164,156 +1085,6 @@
}
}
-.popup-song {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- backdrop-filter: blur(1rpx);
- background-color: rgba(89, 109, 154, 0.4);
- /* 添加毛玻璃效果 */
- z-index: 999;
-
- .popup-song-contain {
- position: absolute;
- right: 450rpx;
- width: 1296rpx;
- background: url("/static/index/clearmountain.png") center/cover, rgba(255, 255, 255, 0.7);
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
- background-blend-mode: screen;
- border: 2rpx solid #fff;
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
- background-blend-mode: screen;
- border-radius: 40rpx;
- box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
- opacity: 0;
- transition: opacity 0.4s ease;
-
- .shu-container-left {
- display: flex;
- margin-top: 70rpx;
- margin-bottom: 20rpx;
-
- .shu-container-left-gun {
- margin-top: 5rpx;
- margin-left: 40rpx;
- margin-right: 20rpx;
- width: 13rpx;
- height: 35rpx;
- background: linear-gradient(to bottom, #04BCED, #0160CE);
- border-radius: 10rpx;
- }
-
- .shu-container-left-font {
- font-size: 35rpx;
- font-weight: 700;
- }
- }
- }
-}
-
-.popup-song-father {
- position: relative;
-
- .shu-up-img {
- position: absolute;
- top: -70rpx;
- left: 305rpx;
- width: 700rpx;
- height: 80rpx;
- }
-
- .shu-up-font {
- position: absolute;
- top: -50rpx;
- left: 390rpx;
- display: flex;
- color: rgb(255, 90, 0);
- }
-
- .arrayindex {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- // height: 200rpx;
- margin-left: 30rpx;
- margin-right: 30rpx;
- margin-bottom: 60rpx;
-
- .arrayindex-one {
- width: 285rpx;
- height: 100rpx;
- margin-left: 20rpx;
- margin-top: 20rpx;
- background-color: rgb(241, 245, 252);
- border-radius: 20rpx;
- border: 1rpx solid rgb(109, 131, 179);
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 29rpx;
- }
-
- .arrayindex-one-target {
- width: 285rpx;
- height: 100rpx;
- margin-left: 20rpx;
- margin-top: 20rpx;
- background: linear-gradient(to right, #00c9ff, #0076ff);
- color: #fff;
- border-radius: 20rpx;
- border: 1rpx solid rgb(2, 171, 254);
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 29rpx;
- }
- }
-
- .secondarrayindex {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- // height: 200rpx;
- margin-left: 30rpx;
- margin-right: 30rpx;
- margin-bottom: 60rpx;
-
- .arrayindex-one {
- width: 380rpx;
- height: 100rpx;
- margin-left: 20rpx;
- margin-top: 20rpx;
- background-color: rgb(241, 245, 252);
- border-radius: 20rpx;
- border: 1rpx solid rgb(109, 131, 179);
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 29rpx;
- }
-
- .arrayindex-one-target {
- width: 380rpx;
- height: 100rpx;
- margin-left: 20rpx;
- margin-top: 20rpx;
- background: linear-gradient(to right, #00c9ff, #0076ff);
- color: #fff;
- border-radius: 20rpx;
- border: 1rpx solid rgb(2, 171, 254);
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 29rpx;
- }
- }
-}
-
.ri-img {
position: absolute;
top: -4rpx;
@@ -1890,18 +1661,12 @@
.popup-share-content {
position: absolute;
- /* right: 515rpx; */
display: flex;
flex-direction: column;
width: 800rpx;
height: 450rpx;
background-color: #fff;
- /* background: url("/static/index/lightbgcnew.png") center/cover, rgba(255, 255, 255, 0.7);
- background-blend-mode: screen; */
- /* border: 2rpx solid #fff; */
- /* 使用 screen 混合模式,让图像与白色混合变淡 */
border-radius: 30rpx;
- /* box-shadow: 10rpx 10rpx 20rpx rgba(0, 0, 0, 0.1); */
transition: opacity 0.4s ease;
.popup-share-title {
diff --git a/pages/NursingNew/index.vue b/pages/NursingNew/index.vue
index 807dd02..14bde21 100644
--- a/pages/NursingNew/index.vue
+++ b/pages/NursingNew/index.vue
@@ -1,5 +1,5 @@
-
+
{{savename}}
@@ -31,9 +31,9 @@
-
+
-
+
{{ uni.getStorageSync('NUall').elderInfo?uni.getStorageSync('NUall').elderInfo.name:"" }}
@@ -179,8 +179,6 @@
const menuIndexshowsecond = ref(false);
const menuIndexshowfourth = ref(false);
const menuIndexshowfifth = ref(false);
- // 暗黑模式
- const darkFans = ref(false);
//旧表格还是新表格
const isOld = ref(-1);
// 当前选中的菜单索引
@@ -192,16 +190,6 @@
const secondcurrentIndex = ref(0);
const thirdcurrentIndex = ref(0);
- function testAsyncFunc() {
- uni.previewImage({
- urls: ["/static/ceshi3.jpg"],
-
- })
- }
- // 暗黑模式改变
- const darkchange = (res : boolean) => {
- darkFans.value = res
- }
//切换表格新旧
const isOldchange = (res : number) => {
isOld.value = res;
@@ -557,27 +545,11 @@
position: relative;
width: 100%;
height: 100vh;
- // background-image: url('/static/index/lightbgcnew.png');
- // background-size: cover;
- // background-position: center center;
background-color: #eff0f4;
overflow: hidden;
z-index: 12;
}
- //暗黑模式
- .darkbackgroundContainer {
- display: flex;
- position: relative;
- width: 100%;
- height: 100vh;
- background-image: url('/static/index/background.png');
- background-size: cover;
- background-position: center center;
- overflow: hidden;
- z-index: 11;
- }
-
.move-font {
position: absolute;
z-index: 10;
@@ -623,17 +595,7 @@
font-size: 32rpx;
height: 32rpx;
}
-
- .left-head-font-dark {
- font-weight: 700;
- font-size: 40rpx;
- background: linear-gradient(to right, #EBF4FF, #ADC4E0);
- -webkit-background-clip: text;
- color: transparent;
- }
}
-
-
}
.title-time-border-yellow {
diff --git a/pages/Warehouse/Warehouse.vue b/pages/Warehouse/Warehouse.vue
index 321f61f..db2c0e7 100644
--- a/pages/Warehouse/Warehouse.vue
+++ b/pages/Warehouse/Warehouse.vue
@@ -565,31 +565,6 @@
}
- .backgroundContainer {
- display: flex;
- flex-direction: column;
- position: relative;
- width: 100vw;
- height: 100vh;
- background-image: url('/static/index/lightbgcnew.png');
- background-size: cover;
- background-position: center center;
- overflow: hidden;
- }
-
- //暗黑模式
- .darkbackgroundContainer {
- width: 100vw;
- height: 100vh;
- display: flex;
- flex-direction: column;
- position: relative;
- background-image: url('/static/index/background.png');
- background-size: cover;
- background-position: center center;
- overflow: hidden;
- }
-
.zhanwei {
position: absolute;
top: 40vh;
diff --git a/pages/Warehousing/index.css b/pages/Warehousing/index.css
deleted file mode 100644
index e69de29..0000000
diff --git a/pages/Warehousing/index.ts b/pages/Warehousing/index.ts
deleted file mode 100644
index a661c81..0000000
--- a/pages/Warehousing/index.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-export type Link = {
- url : string;
- targetUrl : string;
- name:string;
- pao:number;
-};
-export type buttonLink = {
- url : string;
- name:string;
-};
diff --git a/pages/Warehousing/index.vue b/pages/Warehousing/index.vue
deleted file mode 100644
index 25d33b8..0000000
--- a/pages/Warehousing/index.vue
+++ /dev/null
@@ -1,248 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/assess/index.vue b/pages/assess/index.vue
deleted file mode 100644
index 4e081cf..0000000
--- a/pages/assess/index.vue
+++ /dev/null
@@ -1,161 +0,0 @@
-
-
-
-
-
- 服务考核-
- 批量考核
-
-
-
- 王金福
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
deleted file mode 100644
index 6a817d2..0000000
--- a/pages/index/index.vue
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/login/api.js b/pages/login/api.js
index 4d614ee..47255b6 100644
--- a/pages/login/api.js
+++ b/pages/login/api.js
@@ -28,40 +28,16 @@ export const loginApp = (params) => {
data: params,
})
}
-// // 查询表格
-// export const getNclist = () => {
-// return request({
-// url: '/nuIpadApi/nuBizNuCustomerServer/getNclist?nuId=1&customerId=1',
-// method: 'get',
-// })
-// }
-// // 新增表格
-// export const addNuCustomerServer = (params) => {
-// return request({
-// url: '/nuIpadApi/nuBizNuCustomerServer/addNuCustomerServer',
-// method: 'post',
-// data: params,
-// })
-// }
-// // 移动表格
-// export const editNuCustomerServer = (params) => {
-// return request({
-// url: '/nuIpadApi/nuBizNuCustomerServer/editNuCustomerServer',
-// method: 'post',
-// data: params,
-// })
-// }
-// export const deleteNuCustomerServer = (params) => {
-// return request({
-// url: `/nuIpadApi/nuBizNuCustomerServer/deleteNuCustomerServer?id=${params.id}`,
-// method: 'delete',
-// })
-// }
-// // 移动表格
-// export const addBatch = (params) => {
-// return request({
-// url: '/nuIpadApi/nuBizNuCustomerServer/addBatch',
-// method: 'post',
-// data: params,
-// })
-// }
\ No newline at end of file
+//修改密码
+export const updatePassword = (form) => {
+ return request({
+ url: `${uni.getStorageSync('serverUrl')}/sys/user/updatePassword`,
+ method: 'put',
+ data: {
+ username: form.username,
+ oldpassword: form.oldpassword,
+ password: form.password,
+ confirmpassword: form.confirmpassword,
+ }
+ })
+}
\ No newline at end of file
diff --git a/pages/login/login.vue b/pages/login/login.vue
index e23ccb6..60a3d94 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -372,10 +372,6 @@
position: relative;
width: 100%;
height: 100vh;
- // background: url("/static/index/lightbgcnew.png") center/cover, rgba(255, 255, 255, 0.6);
- // background-blend-mode: screen;
- // background-size: cover;
- // background-position: center center;
background-color: #eff0f4;
overflow: hidden;
justify-content: center;
diff --git a/pages/somethingmove/index.vue b/pages/somethingmove/index.vue
deleted file mode 100644
index 86c0db2..0000000
--- a/pages/somethingmove/index.vue
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
- 1111111
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/timeMatrix/addball.vue b/pages/timeMatrix/addball.vue
index 13ba331..0e14ed3 100644
--- a/pages/timeMatrix/addball.vue
+++ b/pages/timeMatrix/addball.vue
@@ -6,7 +6,6 @@
@touchmove="handleTouchMove"
@touchend="handleTouchEnd"
@touchcancel="handleTouchEnd">
-
+
diff --git a/pages/timeMatrix/decball.vue b/pages/timeMatrix/decball.vue
index 3fe722b..28c409b 100644
--- a/pages/timeMatrix/decball.vue
+++ b/pages/timeMatrix/decball.vue
@@ -6,7 +6,6 @@
@touchmove="handleTouchMove"
@touchend="handleTouchEnd"
@touchcancel="handleTouchEnd">
-
-
diff --git a/pages/timeMatrix/index.vue b/pages/timeMatrix/index.vue
index d597f63..364770d 100644
--- a/pages/timeMatrix/index.vue
+++ b/pages/timeMatrix/index.vue
@@ -415,35 +415,12 @@