浏览代码

remove log

pull/1/head
Jonathan Cobb 4 年前
父节点
当前提交
22741cc804
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      src/_store/system.module.js

+ 0
- 1
src/_store/system.module.js 查看文件

@@ -250,7 +250,6 @@ const mutations = {
state.status.searching = true;
},
searchSuccess(state, {type, query, results}) {
console.log('searchSuccess: '+JSON.stringify(results));
state.status.searching = false;
state.searchResults = results;
},


正在加载...
取消
保存