34
chenyincheng
2023-04-12 a814f6eb98bb1f38a80415abefd61df71a579a8a
34
2个文件已修改
7个文件已删除
24 ■■■■■ 已修改文件
electron/main/index.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/mp3/chongfuchengzhong.mp3 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/mp3/step1.mp3 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/mp3/step2.mp3 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/mp3/step3.mp3 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/mp3/step4.mp3 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/mp3/step5.mp3 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/mp3/step6.mp3 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/index.vue 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
electron/main/index.ts
@@ -63,7 +63,7 @@
async function createWindow() {
  win = new BrowserWindow({
    title: 'Main window',
    // fullscreen: true,// 开启默认全屏
    fullscreen: true,// 开启默认全屏
    // autoHideMenuBar:true, //关闭菜单栏
    webPreferences: {
      preload: splash,
src/assets/mp3/chongfuchengzhong.mp3
Binary files differ
src/assets/mp3/step1.mp3
Binary files differ
src/assets/mp3/step2.mp3
Binary files differ
src/assets/mp3/step3.mp3
Binary files differ
src/assets/mp3/step4.mp3
Binary files differ
src/assets/mp3/step5.mp3
Binary files differ
src/assets/mp3/step6.mp3
Binary files differ
src/views/home/index.vue
@@ -13,13 +13,6 @@
import state2 from '@/assets/state2.png'
import state3 from '@/assets/state3.png'
import logo from '@/assets/LOGO.png'
import step6 from '@/assets/mp3/step6.mp3'
import step5 from '@/assets/mp3/step5.mp3'
import step4 from '@/assets/mp3/step4.mp3'
import step3 from '@/assets/mp3/step3.mp3'
import step2 from '@/assets/mp3/step2.mp3'
import step1 from '@/assets/mp3/step1.mp3'
import step7 from '@/assets/mp3/chongfuchengzhong.mp3'
import login from '@/views/login/index.vue'
import { confingInfoStore } from '@/stores/StoresConfing'
import { ElMessage } from 'element-plus'
@@ -41,6 +34,11 @@
      return !sockte.isLink
    })
    const netLink = computed(() => {
      if(!sockte.netLink){
        ipcRenderer.invoke('logger', '网络已经断开')
      }else{
        ipcRenderer.invoke('logger', '网络已经恢复')
      }
      return !sockte.netLink
    })
    const weightInfo = computed(() => {
@@ -144,6 +142,7 @@
        state.di_ya = ''
        state.mai_bu = ''
      }
      state.clockNum = patientInfoStore().viewNumber
      if (isUseFaceRecogService.value) {
        console.log('开启人脸识别')
        state.dialogVisible = true
@@ -157,13 +156,6 @@
      fasongNum:0,
      caozuo: 0,// 点击10下才能关闭
      logo: logo,
      step5: step5,
      step4: step4,
      step3: step3,
      step7: step7,
      step2: step2,
      step1: step1,
      step6: step6,
      state1: state1,
      state2: state2,
      state3: state3,
@@ -334,7 +326,7 @@
        ipcRenderer.invoke('logger', '结果上传成功')
        setTimeout(() => {
          fuxuan()
        },5000)
        },8000)
        return false
      }).catch(re=>{
        ElMessage('结果发送失败')