镜像自地址
https://github.com/xming521/CTAI.git
已同步 2025-12-08 15:46:49 +00:00
dist upload2
这个提交包含在:
35
CTAI_web/src/App.vue
普通文件
35
CTAI_web/src/App.vue
普通文件
@@ -0,0 +1,35 @@
|
||||
<template>
|
||||
|
||||
<div id="app">
|
||||
<app-header></app-header>
|
||||
<app-content></app-content>
|
||||
<app-footer></app-footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Header from './components/Header'
|
||||
import Footer from './components/Footer'
|
||||
import Content from './components/Content'
|
||||
export default {
|
||||
name: "肿瘤辅助诊断系统",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
components:{
|
||||
"app-header":Header,
|
||||
"app-footer":Footer,
|
||||
"app-content":Content
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scope="this api replaced by slot-scope in 2.5.0+">
|
||||
|
||||
</style>
|
||||
在新工单中引用
屏蔽一个用户