Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vridge-docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
JIRA
JIRA
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Gyeongho Park
vridge-docs
Commits
63d39a86
Commit
63d39a86
authored
Jan 31, 2025
by
Gyeongho Park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOD] 가이드 콘텐츠 요청
parent
1c1215d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.vue
docs-front/pages/_guide/index.vue
+1
-1
No files found.
docs-front/pages/_guide/index.vue
View file @
63d39a86
...
...
@@ -113,7 +113,7 @@ export default {
async
getGuideContents
()
{
const
contentKey
=
`
${
this
.
guide
.
path
.
substring
(
0
,
this
.
guide
.
path
.
length
-
1
)}
.md`
await
this
.
$axios
.
get
(
`/guide
/
${
this
.
$i18n
.
locale
}
/`
+
contentKey
,
{
await
this
.
$axios
.
get
(
`/guide
?path=
${
this
.
$i18n
.
locale
}
/
${
contentKey
}
`
,
{
headers
:{
Authorization
:
'token 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'
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment