Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
张伯涛
bigDataSystem
Commits
1da26f8b
Commit
1da26f8b
authored
Dec 03, 2024
by
LiXuyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
a53622e0
f10a3280
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
index.ts
src/router/routes/index.ts
+13
-4
index.vue
src/views/homePage/index.vue
+1
-1
No files found.
src/router/routes/index.ts
View file @
1da26f8b
...
...
@@ -774,22 +774,31 @@ export const kinshipParseRoute: AppRouteRecordRaw = {
/**Sql开发*/
export
const
sqlExecuteRoute
:
AppRouteRecordRaw
=
{
path
:
'/scriptDevelopment/sqlDevelopment
/sqlExecute
'
,
path
:
'/scriptDevelopment/sqlDevelopment'
,
name
:
'sqlExecute'
,
component
:
LAYOUT
,
meta
:
{
title
:
'Sql开发'
,
icon
:
''
,
hidden
:
true
,
currentActiveMenu
:
'/scriptDevelopment/sqlDevelopment
/sqlExecute
'
,
currentActiveMenu
:
'/scriptDevelopment/sqlDevelopment'
,
},
children
:
[
{
path
:
'sqlExecute'
,
path
:
'index'
,
name
:
'index'
,
component
:
()
=>
import
(
'@/views/scriptDevelopment/sqlDevelopment/index.vue'
),
meta
:
{
title
:
'Sql开发'
,
icon
:
''
,
},
},
{
path
:
'sqlExecute/sqlExecute'
,
name
:
'SqlExecute'
,
component
:
()
=>
import
(
'@/views/scriptDevelopment/sqlDevelopment/sqlExecute/sqlExecute.vue'
),
meta
:
{
title
:
'Sql
执行
'
,
title
:
'Sql
编辑
'
,
icon
:
''
,
},
},
...
...
src/views/homePage/index.vue
View file @
1da26f8b
...
...
@@ -188,7 +188,7 @@ const processOptions = reactive<any>(
}
if
(
page
===
'开发'
){
router
.
push
({
path
:
''
,
path
:
'
/scriptDevelopment/sqlDevelopment/index
'
,
})
}
if
(
page
===
'质量模板'
){
...
...
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