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
407a97f1
Commit
407a97f1
authored
Dec 05, 2024
by
LiXuyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/router/routes/index.ts
parents
0582be48
7703c475
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
12 deletions
+3
-12
UpgradePrompt.vue
src/layouts/default/header/components/UpgradePrompt.vue
+3
-3
index.ts
src/router/routes/index.ts
+0
-9
No files found.
src/layouts/default/header/components/UpgradePrompt.vue
View file @
407a97f1
...
...
@@ -36,19 +36,19 @@
},
{
payload
:
{
key
:
2
,
key
:
4
,
},
value
:
'数仓开发'
,
},
{
payload
:
{
key
:
3
,
key
:
2
,
},
value
:
'数据治理'
,
},
{
payload
:
{
key
:
4
,
key
:
3
,
},
value
:
'数据服务'
,
},
...
...
src/router/routes/index.ts
View file @
407a97f1
...
...
@@ -821,15 +821,6 @@ export const sqlExecuteRoute: AppRouteRecordRaw = {
currentActiveMenu
:
'/scriptDevelopment'
,
},
children
:
[
// {
// path: 'sqlDevelopment/index',
// name: 'index',
// component: () => import('@/views/scriptDevelopment/sqlDevelopment/index_old.vue'),
// meta: {
// title: 'Sql开发',
// icon: '',
// },
// },
{
path
:
'sqlDevelopment/sqlExecute/sqlExecute'
,
name
:
'SqlExecute'
,
...
...
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