diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index de56ad4..35422e4 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -1,5 +1,5 @@ server: - port: 8080 + port: 8888 tomcat: max-swallow-size: -1 error: diff --git a/jeecgboot-vue3/.env.development b/jeecgboot-vue3/.env.development index 048ab79..d918a2a 100644 --- a/jeecgboot-vue3/.env.development +++ b/jeecgboot-vue3/.env.development @@ -7,10 +7,10 @@ VITE_PUBLIC_PATH = / # 跨域代理:前缀须与 VITE_GLOB_API_URL 一致,且 rewrite 后路径需包含后端 context-path(/jeecg-boot) # 详见 build/vite/proxy.ts -VITE_PROXY = [["/jeecg-boot","http://localhost:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]] +VITE_PROXY = [["/jeecg-boot","http://localhost:8888/jeecg-boot"],["/upload","http://localhost:3300/upload"]] #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot +VITE_GLOB_DOMAIN_URL=http://localhost:8888/jeecg-boot #后台接口父地址(必填),与 server.servlet.context-path 一致,避免仅去掉别名前缀后缺少 /jeecg-boot VITE_GLOB_API_URL=/jeecg-boot diff --git a/yy-admin-master/_installer_output/YY.Admin_Setup_1.1.0_win-x64.exe b/yy-admin-master/_installer_output/YY.Admin_Setup_1.1.0_win-x64.exe new file mode 100644 index 0000000..9f40a02 Binary files /dev/null and b/yy-admin-master/_installer_output/YY.Admin_Setup_1.1.0_win-x64.exe differ diff --git a/yy-admin-master/installer/YY.Admin.Setup.iss b/yy-admin-master/installer/YY.Admin.Setup.iss index 2ed3989..0fa8391 100644 --- a/yy-admin-master/installer/YY.Admin.Setup.iss +++ b/yy-admin-master/installer/YY.Admin.Setup.iss @@ -3,7 +3,7 @@ #define MyAppName "智能制造MES工控" #define MyAppExeName "YY.Admin.exe" -#define MyAppVersion "1.1.0" +#define MyAppVersion "1.1.4" #define MyPublisher "星数连科技科技有限公司" ; 相对本 .iss 文件位置(installer\ 下的上一级为 yy-admin-master) #define PublishRoot "..\YY.Admin\bin\Release\net8.0-windows10.0.19041\win-x64\publish"