Browse Source

更改首页进入的页面

master
maochaoying 2 years ago
parent
commit
677595b8f7
  1. 1
      src/components/Task.vue
  2. 2
      src/store/modules/account.js

1
src/components/Task.vue

@ -130,6 +130,7 @@ export default {
上传Excel
</t-button>
<t-button
disabled={row.canUpload}
onClick={() => this.viewDetail(row.id, row.nuclearCoreName)}
>
查看详情

2
src/store/modules/account.js

@ -7,7 +7,7 @@ export const useAccountStore = defineStore({
token: null,
username: '',
role: '',
activePage: 0,
activePage: 1,
}
},
// actions

Loading…
Cancel
Save