前端頁面強迫更新的做法
¶前端頁面強迫更新的做法
¶後端
開一個 API 讓前端可以取得版號。
1 | const code = '1.0.0' |
¶前端
src/store/actions.js
1 | export default { |
src/router/index.js
1 | export async function beforeEach(to, from, next) { |
發表於
開一個 API 讓前端可以取得版號。
1 | const code = '1.0.0' |
src/store/actions.js
1 | export default { |
src/router/index.js
1 | export async function beforeEach(to, from, next) { |