修改评论区登录问题
This commit is contained in:
@@ -138,7 +138,7 @@ const client_manifest = {
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"css": [],
|
||||
"file": "error-404.60e2e73c.js",
|
||||
"file": "error-404.f147fcca.js",
|
||||
"imports": [
|
||||
"node_modules/nuxt/dist/app/entry.js"
|
||||
],
|
||||
@@ -164,7 +164,7 @@ const client_manifest = {
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"css": [],
|
||||
"file": "error-500.6161d726.js",
|
||||
"file": "error-500.eacc981b.js",
|
||||
"imports": [
|
||||
"node_modules/nuxt/dist/app/entry.js"
|
||||
],
|
||||
@@ -216,7 +216,7 @@ const client_manifest = {
|
||||
"node_modules/@nuxt/ui-templates/dist/templates/error-404.vue",
|
||||
"node_modules/@nuxt/ui-templates/dist/templates/error-500.vue"
|
||||
],
|
||||
"file": "entry.2f3c66ab.js",
|
||||
"file": "entry.1484ca78.js",
|
||||
"isEntry": true,
|
||||
"src": "node_modules/nuxt/dist/app/entry.js",
|
||||
"_globalCSS": true
|
||||
|
@@ -1077,6 +1077,7 @@ const _sfc_main$3 = {
|
||||
inject("handleAnswerText");
|
||||
const emojiMaskState = inject("emojiMaskState");
|
||||
const user = inject("user");
|
||||
inject("goLogin");
|
||||
inject("detailLoading");
|
||||
const commentList = ref([]);
|
||||
let commentCount = ref(0);
|
||||
@@ -1410,6 +1411,7 @@ const _sfc_main$2 = {
|
||||
const goLogin = () => {
|
||||
return;
|
||||
};
|
||||
provide("goLogin", goLogin);
|
||||
const route = useRoute();
|
||||
useState("detailsInfoData", () => {
|
||||
});
|
||||
|
Reference in New Issue
Block a user