|
@@ -10,6 +10,7 @@ import Recommendation from "../../custom-plugins/helper-model/recommendation";
|
|
import { resetRenderMusicScore } from "/src/view/music-score";
|
|
import { resetRenderMusicScore } from "/src/view/music-score";
|
|
import ScreenModel from "../../custom-plugins/helper-model/screen-model";
|
|
import ScreenModel from "../../custom-plugins/helper-model/screen-model";
|
|
import { getQuery } from "/src/utils/queryString";
|
|
import { getQuery } from "/src/utils/queryString";
|
|
|
|
+import { reCheckDelay } from "/src/page-instrument/evaluat-model"
|
|
|
|
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
name: "settting",
|
|
name: "settting",
|
|
@@ -89,7 +90,9 @@ export default defineComponent({
|
|
<div class={styles.cellBox}>
|
|
<div class={styles.cellBox}>
|
|
<div class={styles.tit}>延迟检测</div>
|
|
<div class={styles.tit}>延迟检测</div>
|
|
{/* <Switch v-model={state.setting.soundEffect}></Switch> */}
|
|
{/* <Switch v-model={state.setting.soundEffect}></Switch> */}
|
|
- <div class={styles.titbtn} onClick={() => state.setting.soundEffect = true}>重新检测</div>
|
|
|
|
|
|
+ <div class={styles.titbtn} onClick={() => {
|
|
|
|
+ reCheckDelay();
|
|
|
|
+ }}>重新检测</div>
|
|
</div>
|
|
</div>
|
|
<div class={[styles.cellBox, state.setting.camera && styles.isCamera]}>
|
|
<div class={[styles.cellBox, state.setting.camera && styles.isCamera]}>
|
|
<div class={styles.tit}>摄像头</div>
|
|
<div class={styles.tit}>摄像头</div>
|