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:
@@ -455,6 +455,8 @@ const realname = inject("realname");
|
||||
|
||||
// 提交回答-评论
|
||||
const submitAnswerComments = (content, index, i) => {
|
||||
console.log("submitAnswerComments",submitAnswerComments);
|
||||
|
||||
if (realname.value == 0 && userInfoWin.value.uin > 0) {
|
||||
openAttest();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user