Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
CS6 committed Aug 11, 2020
1 parent 10ff7e1 commit 0875881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</div>
<div id="Footer">
<img alt="LogBoard logo" src="./assets/LogBoardLOGO.svg" height="60%" />
© 2020 copyright. all rights reserved
© 2020 copyright. all rights reserved v0.1.5
{{storageUserId}}
</div>
</div>
Expand Down
7 changes: 4 additions & 3 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export default new Vuex.Store({
return commit('saveDB', response.data);
// }
}
else{alert("請檢查網路或重新整理頁面")}
console.log("fetchSummaryApi_end")
})
},
Expand Down Expand Up @@ -255,7 +256,7 @@ export default new Vuex.Store({
commit('saveFormatThumbnailsSets', FormatThumbnailsSets);
return commit('saveDB', response.data);
}
}
} else{alert("請檢查網路或重新整理頁面")}
console.log("fetch past-days Api_end")
})
},
Expand Down Expand Up @@ -314,7 +315,7 @@ export default new Vuex.Store({
// commit('saveFormatThumbnailsSets', FormatThumbnailsSets);
return commit('saveDB', response.data);

}
} else{alert("請檢查網路或重新整理頁面")}
console.log("fetchTODaysApi_end")
})
},
Expand All @@ -334,7 +335,7 @@ export default new Vuex.Store({
output.push(response.data)
console.log("fetch Raw Data output ", output)
}
}
} else{alert("請檢查網路或重新整理頁面")}
console.log("fetchRawDataApi_end")
})
})
Expand Down

0 comments on commit 0875881

Please sign in to comment.