From 30748ea70f14c675743c7ea54e5c162d4a5e2839 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 21 四月 2025 17:31:15 +0800 Subject: [PATCH] 修改多个组件的展示样式 --- src/model/clueQuestion.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/model/clueQuestion.js b/src/model/clueQuestion.js index dc7d77f..87954a4 100644 --- a/src/model/clueQuestion.js +++ b/src/model/clueQuestion.js @@ -1,4 +1,4 @@ -import { imgUrl } from '@/api/clue/index'; +import { imgUrl } from '@/api/index'; function getClueQuestion(data) { data.cqFilePath = data.cqFilePath.split(';').map((val) => { -- Gitblit v1.9.3