fix: 移除调试日志并更新构建文件

移除main.js中的调试日志语句,并更新dist/index.html中的构建文件引用
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-08-21 14:16:00 +08:00
parent 61cd5e5066
commit 7a23141b42
4 changed files with 5 additions and 3 deletions

View File

@@ -80,7 +80,9 @@ api.index()
.then((res) => {
const data = res.data;
// const url = import("@/assets/homeImage/informationO.png")
console.log("data", data);
// console.log("data", data);
console.log(1);
store.state.seachTypeData = data.combination;
store.state.indexData = data;