From 3beb3b001475e09c8beb8a5a107464d4abf39fbe Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期四, 16 十一月 2023 13:49:46 +0800
Subject: [PATCH] 安全考核迁移

---
 web/src/views/SecureManage/NipCheck/components/ExamineRecord.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/src/views/SecureManage/NipCheck/ExamineRecord.vue b/web/src/views/SecureManage/NipCheck/components/ExamineRecord.vue
similarity index 98%
rename from web/src/views/SecureManage/NipCheck/ExamineRecord.vue
rename to web/src/views/SecureManage/NipCheck/components/ExamineRecord.vue
index 4068c28..4fce8a8 100644
--- a/web/src/views/SecureManage/NipCheck/ExamineRecord.vue
+++ b/web/src/views/SecureManage/NipCheck/components/ExamineRecord.vue
@@ -89,7 +89,7 @@
 </template>
 
 <script>
-import { buttonPinia } from '../../../pinia';
+import { buttonPinia } from '../../../../pinia';
   export default {
     name: 'ExamineRecord',
     props: {
@@ -229,7 +229,7 @@
     width: calc(100% / 8);
     height: 80px;
     color: #FFFFFF;
-    background: url('../../../assets/stir_img.png')no-repeat;
+    background: url('../../../../assets/stir_img.png')no-repeat;
     background-size: 100% 100%;
 
     &:first-child {

--
Gitblit v1.9.3