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
c227fa26
Commit
c227fa26
authored
Nov 21, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增了服务开发页面
parent
b3e454e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
index.ts
src/router/routes/index.ts
+9
-0
trusteeshipApiTest.vue
...ews/dataService/serviceDevelopment/trusteeshipApiTest.vue
+1
-1
trusteeshipApiTestResult.vue
...taService/serviceDevelopment/trusteeshipApiTestResult.vue
+0
-0
No files found.
src/router/routes/index.ts
View file @
c227fa26
...
...
@@ -742,6 +742,15 @@ export const serviceDevelopmentRoute: AppRouteRecordRaw = {
icon
:
''
,
},
},
{
path
:
'serviceDevelopment/trusteeshipApiTestResult'
,
name
:
'trusteeshipApiTestResult'
,
component
:
()
=>
import
(
'@/views/dataService/serviceDevelopment/trusteeshipApiTestResult.vue'
),
meta
:
{
title
:
'测试结果'
,
icon
:
''
,
},
},
],
};
...
...
src/views/dataService/serviceDevelopment/trusteeshipApiTest.vue
View file @
c227fa26
...
...
@@ -90,7 +90,7 @@
/**测试按钮*/
function
testButton
(){
router
.
push
({
path
:
'/dataService/serviceDevelopment/trusteeshipApiTest'
,
path
:
'/dataService/serviceDevelopment/trusteeshipApiTest
Result
'
,
query
:
{},
});
}
...
...
src/views/dataService/serviceDevelopment/trusteeship
ModeApiTes
t.vue
→
src/views/dataService/serviceDevelopment/trusteeship
ApiTestResul
t.vue
View file @
c227fa26
File moved
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