fix(用户认证): 更新实名认证状态默认值为1并优化用户信息获取逻辑

修复实名认证状态默认值为0的问题,改为1以匹配业务需求
优化用户信息获取逻辑,使用事件监听替代轮询方式
更新相关构建文件和静态资源版本
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-06-26 16:21:33 +08:00
parent 37091ed050
commit 2a4b1c5207
11 changed files with 48 additions and 50 deletions

View File

@@ -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,

View File

@@ -3454,7 +3454,7 @@ const useEmptyValuesProps = buildProps({
});
const keysOf = (arr) => Object.keys(arr);
// shared_cjs_prodExports.hasOwn;
shared_cjs_prodExports.hasOwn;
const globalConfig = ref();
function useGlobalConfig(key, defaultValue = void 0) {
@@ -5781,7 +5781,7 @@ const _sfc_main$2 = {
const route = useRoute();
const baseURL = "https://ask.gter.net";
let type = ref("list");
let realname = ref(0);
let realname = ref(1);
const openAttest = () => {
const handleAttestClose = () => {
var _a;