Commit c227fa26 authored by liwei's avatar liwei

新增了服务开发页面

parent b3e454e8
......@@ -742,6 +742,15 @@ export const serviceDevelopmentRoute: AppRouteRecordRaw = {
icon: '',
},
},
{
path: 'serviceDevelopment/trusteeshipApiTestResult',
name: 'trusteeshipApiTestResult',
component: () => import('@/views/dataService/serviceDevelopment/trusteeshipApiTestResult.vue'),
meta: {
title: '测试结果',
icon: '',
},
},
],
};
......
......@@ -90,7 +90,7 @@
/**测试按钮*/
function testButton(){
router.push({
path: '/dataService/serviceDevelopment/trusteeshipApiTest',
path: '/dataService/serviceDevelopment/trusteeshipApiTestResult',
query: {},
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment