Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-03-09 17:49:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b040f0778cb8e83efdc23a65665224545f2245b
8b040f07
1 parent
99258d8c
🐞 fix: 数据收集设置逻辑调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/App.vue
src/App.vue
View file @
8b040f0
...
...
@@ -100,7 +100,7 @@ onMounted(async () => {
});
}
// 判断跳转页面
if (
form_setting.sjsj_enable &&
!form_setting.sjsj_enable) {
if (!form_setting.sjsj_enable) {
// 表单已结束
$router.push("/stop?status=disable");
}
...
...
Please
register
or
login
to post a comment