fix: 移除调试日志并更新构建文件
移除main.js中的调试日志语句,并更新dist/index.html中的构建文件引用
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user