fix(utils/http.js): 更新开发环境下的miucms_session值

fix(app.vue): 修改realname默认值为1并优化用户信息获取逻辑
fix(pages/index.html/index.vue): 移除调试日志输出
fix(pages/details/[id].vue): 注释掉调试日志
fix(components/DetailsComments.vue): 添加提交评论的日志输出
chore: 更新构建输出文件和依赖
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-06-26 16:21:02 +08:00
parent 948074b232
commit c3792299d3
75 changed files with 423 additions and 429 deletions

View File

@@ -612,7 +612,7 @@ const _routes = [
meta: {},
alias: [],
redirect: void 0 ,
component: () => import('./_nuxt/_id_-yFUaLquT.mjs').then((m) => m.default || m)
component: () => import('./_nuxt/_id_-yZgMT0id.mjs').then((m) => m.default || m)
},
{
name: "index.html",
@@ -620,7 +620,7 @@ const _routes = [
meta: {},
alias: [],
redirect: void 0 ,
component: () => import('./_nuxt/index-rjOryQjh.mjs').then((m) => m.default || m)
component: () => import('./_nuxt/index-Qfbalf0F.mjs').then((m) => m.default || m)
},
{
name: "index",
@@ -636,7 +636,7 @@ const _routes = [
meta: {},
alias: [],
redirect: void 0 ,
component: () => import('./_nuxt/index-U3Jnma3Q.mjs').then((m) => m.default || m)
component: () => import('./_nuxt/index-pJSA7OwL.mjs').then((m) => m.default || m)
}
];
function generateRouteKey(route) {
@@ -1085,7 +1085,7 @@ const _sfc_main$2 = {
useRoute();
let isNeedLogin = ref(true);
let isGetLoginState = ref(true);
let realname = ref(0);
let realname = ref(1);
let userInfoWin = ref({});
provide("userInfoWin", userInfoWin);
const goLogin = () => {