1. 更新启动脚本

2. 优化更新界面
3. 优化项目结构
This commit is contained in:
ngfchl
2022-08-25 12:03:01 +08:00
parent 2b61751c2c
commit 24bcba7463
3 changed files with 14 additions and 11 deletions

View File

@@ -93,7 +93,7 @@
).then(res => {
if (res.data.code === 0) {
console.log(res, 1)
this.update_note = res.data.data.p.split(',')
this.update_note = res.data.data
this.$message({
type: 'success',
message: res.data.msg