fix: 页面初始化没填setup
This commit is contained in:
parent
32eae40ada
commit
5186c7df07
|
@ -3,9 +3,9 @@ import { AppRouteRecordRaw } from '../types';
|
|||
import menuEnum from '@/enums/menuEnum';
|
||||
|
||||
const PerformanceTest: AppRouteRecordRaw = {
|
||||
path: '/performtest-test',
|
||||
path: '/performance-test',
|
||||
name: menuEnum.PERFORMANCETEST,
|
||||
redirect: '/performtest-test/index',
|
||||
redirect: '/performance-test/index',
|
||||
component: DEFAULT_LAYOUT,
|
||||
meta: {
|
||||
locale: 'menu.performanceTest',
|
||||
|
@ -16,7 +16,7 @@ const PerformanceTest: AppRouteRecordRaw = {
|
|||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'apiTestList',
|
||||
name: 'performanceTestIndex',
|
||||
component: () => import('@/views/performance-test/index.vue'),
|
||||
meta: {
|
||||
roles: ['*'],
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<template> loding... </template>
|
||||
<template> BugManagement is waiting for development </template>
|
||||
|
||||
<script setup></script>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<template> Loading ... </template>
|
||||
<template> Feature Test is waiting for development </template>
|
||||
|
||||
<script></script>
|
||||
<script setup></script>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<template> Loading ... </template>
|
||||
<template> Performance Test is waiting for development </template>
|
||||
|
||||
<script></script>
|
||||
<script setup></script>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<template> Loading ... </template>
|
||||
<template> ProjectManagement is waiting for development </template>
|
||||
|
||||
<script></script>
|
||||
<script setup></script>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<template> Loading ... </template>
|
||||
<template> TestPlan is waiting for development </template>
|
||||
|
||||
<script></script>
|
||||
<script setup></script>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<template> Loading ... </template>
|
||||
<template> UI Test is waiting for development </template>
|
||||
|
||||
<script></script>
|
||||
<script setup></script>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<template> Loading ... </template>
|
||||
<template> Workplace is waiting for development </template>
|
||||
|
||||
<script></script>
|
||||
<script setup></script>
|
||||
|
|
Loading…
Reference in New Issue