Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2023-06-13 13:26:46 | 2 | * @Date: 2023-06-13 13:26:46 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-02-06 19:38:35 | 4 | + * @LastEditTime: 2024-02-06 19:48:53 |
| 5 | * @FilePath: /xysBooking/src/App.vue | 5 | * @FilePath: /xysBooking/src/App.vue |
| 6 | * @Description: 启动页 | 6 | * @Description: 启动页 |
| 7 | --> | 7 | --> |
| ... | @@ -63,7 +63,7 @@ onMounted(async () => { | ... | @@ -63,7 +63,7 @@ onMounted(async () => { |
| 63 | // console.log('已经更新了,请刷新页面') | 63 | // console.log('已经更新了,请刷新页面') |
| 64 | showConfirmDialog({ | 64 | showConfirmDialog({ |
| 65 | title: '温馨提示', | 65 | title: '温馨提示', |
| 66 | - message: '检测到新版本,是否更新?', | 66 | + message: '检测到新版本,是否刷新?', |
| 67 | confirmButtonColor: '#A67939', | 67 | confirmButtonColor: '#A67939', |
| 68 | width: '80vw' | 68 | width: '80vw' |
| 69 | }) | 69 | }) | ... | ... |
-
Please register or login to post a comment