Compare commits
31 Commits
master
...
11b8a3db44
Author | SHA1 | Date | |
---|---|---|---|
11b8a3db44 | |||
43ee95a198 | |||
7c5e92246f | |||
fafe483b53 | |||
6148ca9ae8 | |||
3006b3c751 | |||
e9e8ea36b7 | |||
c9ee01dd1f | |||
2de946adb8 | |||
a4976eff13 | |||
bd12230d7e | |||
42e4acf3dd | |||
498a502c02 | |||
5c0a93f679 | |||
264a5d910f | |||
15bc756bd4 | |||
c424d5cd89 | |||
9b784c99ed | |||
5041f3f92f | |||
f4caf10bd3 | |||
bb6fb94038 | |||
7cfae514ea | |||
d262ec6b72 | |||
a51c6872d8 | |||
afa068f477 | |||
c6fa415356 | |||
6006a9f18c | |||
1722abfae7 | |||
57db36e015 | |||
43e3d8cfea | |||
598860d544 |
@ -20,16 +20,7 @@ public class RuoYiApplication
|
|||||||
SpringApplication.run(RuoYiApplication.class, args);
|
SpringApplication.run(RuoYiApplication.class, args);
|
||||||
System.out.println();
|
System.out.println();
|
||||||
System.out.println(" --->>>启动成功!<<<---");
|
System.out.println(" --->>>启动成功!<<<---");
|
||||||
// System.out.println("(♥◠‿◠)ノ゙ ლ(´ڡ`ლ)゙ \n" +
|
|
||||||
// " .-------. ____ __ \n" +
|
|
||||||
// " | _ _ \\ \\ \\ / / \n" +
|
|
||||||
// " | ( ' ) | \\ _. / ' \n" +
|
|
||||||
// " |(_ o _) / _( )_ .' \n" +
|
|
||||||
// " | (_,_).' __ ___(_ o _)' \n" +
|
|
||||||
// " | |\\ \\ | || |(_,_)' \n" +
|
|
||||||
// " | | \\ `' /| `-' / \n" +
|
|
||||||
// " | | \\ / \\ / \n" +
|
|
||||||
// " ''-' `'-' `-..-' ");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
<<<<<<< HEAD
|
||||||
<template>
|
<template>
|
||||||
<i-frame :src="url" />
|
<i-frame :src="url" />
|
||||||
</template>
|
</template>
|
||||||
@ -14,3 +15,21 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
=======
|
||||||
|
<template>
|
||||||
|
<i-frame :src="url" />
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
import iFrame from "@/components/iFrame/index";
|
||||||
|
export default {
|
||||||
|
name: "Swagger",
|
||||||
|
components: { iFrame },
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
// url: process.env.VUE_APP_BASE_API + "/swagger-ui/index.html"
|
||||||
|
url: process.env.VUE_APP_BASE_API + "/doc.html"
|
||||||
|
};
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
>>>>>>> 43ee95a198fd259c420f6370f4035895bfd4af3c
|
||||||
|
Reference in New Issue
Block a user