公告板
版本库
filestore
活动
搜索
登录
admin
/
HangZhouMes
派生自
HangZhouMes
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fixbug:解决跨越问题,新增网关 nacos 已部署150服务器
zhoushihao
2024-04-17
b6a287b9d3ee65a80f05ef1e8a71b2d6679c8cde
[~admin/HangZhouMes.git]
/
UI-Project
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
<router-view></router-view>
</template>
<script setup>
import {ref} from 'vue'
import { RouterView } from 'vue-router'
</script>
<style scoped>
</style>