fix(用户认证): 更新实名认证状态默认值为1并优化用户信息获取逻辑
修复实名认证状态默认值为0的问题,改为1以匹配业务需求 优化用户信息获取逻辑,使用事件监听替代轮询方式 更新相关构建文件和静态资源版本
This commit is contained in:
@@ -18,7 +18,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "DpAPav9O.js",
|
||||
"file": "CZev01jU.js",
|
||||
"name": "error-404",
|
||||
"src": "node_modules/.store/nuxt@3.16.0/node_modules/nuxt/dist/app/components/error-404.vue",
|
||||
"isDynamicEntry": true,
|
||||
@@ -38,7 +38,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "FAYzN8ac.js",
|
||||
"file": "B_fhJsDh.js",
|
||||
"name": "error-500",
|
||||
"src": "node_modules/.store/nuxt@3.16.0/node_modules/nuxt/dist/app/components/error-500.vue",
|
||||
"isDynamicEntry": true,
|
||||
@@ -58,7 +58,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "CRzDuBes.js",
|
||||
"file": "Bnz5WF9T.js",
|
||||
"name": "entry",
|
||||
"src": "node_modules/.store/nuxt@3.16.0/node_modules/nuxt/dist/app/entry.js",
|
||||
"isEntry": true,
|
||||
|
||||
Reference in New Issue
Block a user