使用vitejs+vue3+antdv重构swagger文档展示
This commit is contained in:
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/Console.eb8296cc.js
vendored
Normal file
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/Console.eb8296cc.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{b as o,o as e}from"./vendor.0502eb24.js";const t={name:"About",components:{},data:()=>({}),computed:{},mounted(){},methods:{}};t.render=function(t,n,d,r,a,m){return e(),o("div",null," 控制台 ")};export{t as default};
|
||||
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/DocView.7def2551.js
vendored
Normal file
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/DocView.7def2551.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{r as e,c as a,w as t,o,a as s}from"./vendor.0502eb24.js";const c={name:"About",components:{},data:()=>({activePage:"doc"}),computed:{},mounted(){let e=this.$route.query.path,a=this.$store.state.docMap[e];a?this.$store.commit("addTableName",{key:this.$route.fullPath,val:a.name}):this.$message.error("没有找到对应的文档")},methods:{changePage(){}}};c.render=function(c,n,d,i,r,l){const m=e("a-tab-pane"),u=e("a-tabs");return o(),a(u,{activeKey:r.activePage,"onUpdate:activeKey":n[0]||(n[0]=e=>r.activePage=e),closable:"",onTabClick:l.changePage,style:{padding:"5px 10px 0"}},{default:t((()=>[s(m,{tab:"接口说明",key:"doc"}),s(m,{tab:"在线调试",key:"debug"})])),_:1},8,["activeKey","onTabClick"])};export{c as default};
|
||||
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/GlobalLayout.d7c605f8.js
vendored
Normal file
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/GlobalLayout.d7c605f8.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/SettingView.46cc75f4.js
vendored
Normal file
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/SettingView.46cc75f4.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import{b as e,o as t}from"./vendor.0502eb24.js";const n={name:"SettingView",components:{},data:()=>({}),computed:{},mounted(){},methods:{}};n.render=function(n,o,d,r,a,m){return t(),e("div",null," 展示配置页面 ")};export{n as default};
|
||||
BIN
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/element-icons.9c88a535.woff
vendored
Normal file
BIN
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/element-icons.9c88a535.woff
vendored
Normal file
Binary file not shown.
BIN
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/element-icons.de5eb258.ttf
vendored
Normal file
BIN
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/element-icons.de5eb258.ttf
vendored
Normal file
Binary file not shown.
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/main.95be7151.js
vendored
Normal file
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/main.95be7151.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/style.1a9128b7.css
vendored
Normal file
1
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/style.1a9128b7.css
vendored
Normal file
File diff suppressed because one or more lines are too long
24
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/vendor.0502eb24.js
vendored
Normal file
24
zyplayer-doc-swagger-plus/src/main/resources/dist/assets/vendor.0502eb24.js
vendored
Normal file
File diff suppressed because one or more lines are too long
16
zyplayer-doc-swagger-plus/src/main/resources/dist/doc-swagger-plus.html
vendored
Normal file
16
zyplayer-doc-swagger-plus/src/main/resources/dist/doc-swagger-plus.html
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="logo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>swagger文档管理</title>
|
||||
<script type="module" crossorigin src="assets/main.95be7151.js"></script>
|
||||
<link rel="modulepreload" href="assets/vendor.0502eb24.js">
|
||||
<link rel="stylesheet" href="assets/style.1a9128b7.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
zyplayer-doc-swagger-plus/src/main/resources/dist/logo.png
vendored
Normal file
BIN
zyplayer-doc-swagger-plus/src/main/resources/dist/logo.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user