yujialong 3 weeks ago
parent c8f2222f1f
commit b5d19f7cda
  1. 2
      src/pages/station/preview/index.vue

@ -833,7 +833,7 @@ export default {
},
//
entryProject (projectId = '', paperId = '') {
this.$confirm('是否要继续上次的实验?', '提示', {
this.$confirm(`是否要继续上次的${projectId ? '实验' : '理论试题'}`, '提示', {
confirmButtonText: '是',
cancelButtonText: '否',
type: 'success',

Loading…
Cancel
Save