From 2d3d56ff801b73afdb779267004d740f9beafe57 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 31 十月 2023 16:09:44 +0800 Subject: [PATCH] 2023.10.31 --- 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