修改项目输出目录和springMVC的版本。
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2023-02-15 09:25:52
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-06-25 09:51:13
|
||||
* @LastEditTime: 2023-11-13 10:42:29
|
||||
* @FilePath: /task_schedule/vite.config.js
|
||||
* @Description:
|
||||
*
|
||||
@@ -19,6 +19,9 @@ export default defineConfig(( command, mode ) =>
|
||||
|
||||
return {
|
||||
server:{ host: "localhost", port: 5173, },
|
||||
build: {
|
||||
outDir: "../../../输出/web",
|
||||
},
|
||||
plugins: [vue(),],
|
||||
base: "./",
|
||||
resolve: {
|
||||
|
Reference in New Issue
Block a user