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-06-20 17:34:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c4cf64610d49e703021a37199c8d984592e968af
c4cf6461
1 parent
0774f586
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/App.vue
src/App.vue
View file @
c4cf646
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 23:52:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-06-20 17:2
1:09
* @LastEditTime: 2024-06-20 17:2
9:20
* @FilePath: /data-table/src/App.vue
* @Description:
-->
...
...
@@ -94,7 +94,7 @@ onMounted(async () => {
* 空字符串=不授权,snsapi_base=静默授权,snsapi_userinfo=显式授权
* is_back_user 1. 后台用户已登录, 新增表单(无data_id), 为了记录 openid 如果有微信增强设置,则启用微信增强 2. 后台用户未登录, 启用微信增强
*/
cons
t record_openid = false; // 是否记录open_id
le
t record_openid = false; // 是否记录open_id
if (!form_setting.is_back_user) { // 用户未登录
record_openid = true;
} else { // 用户已登录
...
...
Please
register
or
login
to post a comment