fix: 页面初始化没填setup

This commit is contained in:
RubyLiu 2023-07-21 18:37:37 +08:00 committed by 刘瑞斌
parent 32eae40ada
commit 5186c7df07
8 changed files with 16 additions and 16 deletions

View File

@ -3,9 +3,9 @@ import { AppRouteRecordRaw } from '../types';
import menuEnum from '@/enums/menuEnum'; import menuEnum from '@/enums/menuEnum';
const PerformanceTest: AppRouteRecordRaw = { const PerformanceTest: AppRouteRecordRaw = {
path: '/performtest-test', path: '/performance-test',
name: menuEnum.PERFORMANCETEST, name: menuEnum.PERFORMANCETEST,
redirect: '/performtest-test/index', redirect: '/performance-test/index',
component: DEFAULT_LAYOUT, component: DEFAULT_LAYOUT,
meta: { meta: {
locale: 'menu.performanceTest', locale: 'menu.performanceTest',
@ -16,7 +16,7 @@ const PerformanceTest: AppRouteRecordRaw = {
children: [ children: [
{ {
path: 'index', path: 'index',
name: 'apiTestList', name: 'performanceTestIndex',
component: () => import('@/views/performance-test/index.vue'), component: () => import('@/views/performance-test/index.vue'),
meta: { meta: {
roles: ['*'], roles: ['*'],

View File

@ -1,3 +1,3 @@
<template> loding... </template> <template> BugManagement is waiting for development </template>
<script setup></script> <script setup></script>

View File

@ -1,3 +1,3 @@
<template> Loading ... </template> <template> Feature Test is waiting for development </template>
<script></script> <script setup></script>

View File

@ -1,3 +1,3 @@
<template> Loading ... </template> <template> Performance Test is waiting for development </template>
<script></script> <script setup></script>

View File

@ -1,3 +1,3 @@
<template> Loading ... </template> <template> ProjectManagement is waiting for development </template>
<script></script> <script setup></script>

View File

@ -1,3 +1,3 @@
<template> Loading ... </template> <template> TestPlan is waiting for development </template>
<script></script> <script setup></script>

View File

@ -1,3 +1,3 @@
<template> Loading ... </template> <template> UI Test is waiting for development </template>
<script></script> <script setup></script>

View File

@ -1,3 +1,3 @@
<template> Loading ... </template> <template> Workplace is waiting for development </template>
<script></script> <script setup></script>