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
2024-08-21 10:24:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c17fa8abc74515694b87796e18f54d834be8e9d3
c17fa8ab
1 parent
9587a2a7
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/App.vue
src/App.vue
View file @
c17fa8a
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 23:52:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-21 10:
12:42
* @LastEditTime: 2024-08-21 10:
23:24
* @FilePath: /data-table/src/App.vue
* @Description:
-->
...
...
@@ -120,7 +120,7 @@ onMounted(async () => {
*/
// if (!form_setting.is_back_user) { // 用户未登录
if (force_back !==
1
) { // 非后台用户模式
if (force_back !==
'1'
) { // 非后台用户模式
record_openid = true;
} else { // 用户已登录
if (!is_iframe.value && page_type === 'add') { // 非iframe里面新增表单
...
...
@@ -161,7 +161,7 @@ onMounted(async () => {
}
// 判断跳转页面
// if (!form_setting.is_back_user) { // 用户未登录
if (force_back !==
1
) { // 非后台用户模式
if (force_back !==
'1'
) { // 非后台用户模式
// 开启后有开始和结束时间,不在时间范围的显示表单还未开始或者已经结束
if (form_setting.sjsj_is_time_range && form_setting.sjsj_is_time_range) {
// 未开始
...
...
Please
register
or
login
to post a comment