OA板块整合与实现
This commit is contained in:
parent
0cee91d90a
commit
b6a55e5534
|
@ -19,13 +19,15 @@ public class SaTokenConfig implements WebMvcConfigurer {
|
|||
|
||||
@Override
|
||||
public void addResourceHandlers(ResourceHandlerRegistry registry) {
|
||||
registry.addResourceHandler("/assets/**").addResourceLocations("classpath:/html/dist/assets/");
|
||||
registry.addResourceHandler("/index1/assets/**").addResourceLocations("classpath:/html/dist/assets/");
|
||||
registry.addResourceHandler("/upload/**").addResourceLocations("file:" + System.getProperty("user.dir") + "/upload/");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addViewControllers(ViewControllerRegistry registry) {
|
||||
registry.addViewController("/").setViewName("dist/index.html");
|
||||
registry.addRedirectViewController("/","/index1/");
|
||||
registry.addViewController("/index1/").setViewName("dist/index.html");
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
|
||||
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
|
||||
<script nomodule crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy-8ff27441.js"></script>
|
||||
<script nomodule crossorigin id="vite-legacy-entry" data-src="./assets/index-legacy-a7da54ea.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
|
||||
|
|
Loading…
Reference in New Issue