Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
a69b4e75
Commit
a69b4e75
authored
Nov 05, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'beta' into 'master'
fix: 知识库文档详情跳转失败 See merge request
!37
parents
84d49cd3
dde5c0f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
personal-space.ts
src/router/modules/personal-space.ts
+1
-1
document-detail.vue
...ews/personal-space/personal-knowledge/document-detail.vue
+1
-1
No files found.
src/router/modules/personal-space.ts
View file @
a69b4e75
...
@@ -59,7 +59,7 @@ export default [
...
@@ -59,7 +59,7 @@ export default [
},
},
{
{
path
:
'/personalSpace/knowledge/document/detail/:kdId'
,
path
:
'/personalSpace/knowledge/document/detail/:
id/:
kdId'
,
name
:
'KnowledgeDocumentDetail'
,
name
:
'KnowledgeDocumentDetail'
,
meta
:
{
meta
:
{
rank
:
1001
,
rank
:
1001
,
...
...
src/views/personal-space/personal-knowledge/document-detail.vue
View file @
a69b4e75
...
@@ -114,7 +114,7 @@ async function handleGetKnowledgeChunkList() {
...
@@ -114,7 +114,7 @@ async function handleGetKnowledgeChunkList() {
}
}
function
handleBackKnowledgeDocumentList
()
{
function
handleBackKnowledgeDocumentList
()
{
router
.
back
(
)
router
.
replace
({
name
:
'KnowledgeDocument'
,
params
:
{
id
:
router
.
currentRoute
.
value
.
params
.
id
}
}
)
}
}
async
function
handleSearchKnowledgeChunkList
()
{
async
function
handleSearchKnowledgeChunkList
()
{
...
...
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