瀏覽代碼

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;
},


Loading…
取消
儲存