修改发布

main
lijun 2026-01-31 23:16:20 +08:00
parent 2691629958
commit c4f8d57b99
6 changed files with 28 additions and 12 deletions

View File

@ -53,18 +53,18 @@
</dependency>
<!-- 微信公众号模块。默认注释,保证编译速度 -->
<dependency>
<!--<dependency>
<groupId>com.yanzhu</groupId>
<artifactId>yanzhu-module-mp</artifactId>
<version>${revision}</version>
</dependency>
</dependency>-->
<!-- 支付模块。默认注释,保证编译速度 -->
<dependency>
<!--<dependency>
<groupId>com.yanzhu</groupId>
<artifactId>yanzhu-module-pay</artifactId>
<version>${revision}</version>
</dependency>
</dependency>-->
<!-- 商城相关模块。默认注释,保证编译速度-->
<dependency>
@ -110,11 +110,11 @@
</dependency>
<!-- IoT 物联网相关模块 -->
<dependency>
<!--<dependency>
<groupId>com.yanzhu</groupId>
<artifactId>yanzhu-module-iot-biz</artifactId>
<version>${revision}</version>
</dependency>
</dependency>-->
<!-- spring boot 配置所需依赖 -->
<dependency>
@ -143,10 +143,25 @@
<executions>
<execution>
<goals>
<goal>repackage</goal> <!-- 将引入的 jar 打入其中 -->
<goal>repackage</goal>
</goals>
</execution>
</executions>
<configuration>
<layers>
<enabled>true</enabled>
</layers>
<excludes>
<exclude>
<groupId>org.testcontainers</groupId>
<artifactId>*</artifactId>
</exclude>
<exclude>
<groupId>org.junit</groupId>
<artifactId>*</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>

View File

@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=false
VITE_SOURCEMAP=true
# 打包路径
VITE_BASE_PATH=/sass
VITE_BASE_PATH=/saas
# 输出路径
VITE_OUT_DIR=dist

View File

@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=true
VITE_SOURCEMAP=false
# 打包路径
VITE_BASE_PATH=/sass
VITE_BASE_PATH=/saas
# 输出路径
VITE_OUT_DIR=dist-prod

View File

@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=true
VITE_SOURCEMAP=false
# 打包路径
VITE_BASE_PATH=/sass
VITE_BASE_PATH=/saas
# 输出路径
VITE_OUT_DIR=dist-stage

View File

@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=true
VITE_SOURCEMAP=false
# 打包路径
VITE_BASE_PATH=/sass
VITE_BASE_PATH=/saas
# 输出路径
VITE_OUT_DIR=dist-test

View File

@ -30,7 +30,8 @@ export default ({command, mode}: ConfigEnv): UserConfig => {
open: env.VITE_OPEN === 'true',
proxy: {
'/admin-api': {
target: 'http://localhost:48080/',//'http://62.234.3.186/',
//target: 'http://localhost:48080/',//'http://62.234.3.186/',
target: 'http://62.234.3.186/',
ws: false,
changeOrigin: true,
},