修改发布

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> <!--<dependency>
<groupId>com.yanzhu</groupId> <groupId>com.yanzhu</groupId>
<artifactId>yanzhu-module-mp</artifactId> <artifactId>yanzhu-module-mp</artifactId>
<version>${revision}</version> <version>${revision}</version>
</dependency> </dependency>-->
<!-- 支付模块。默认注释,保证编译速度 --> <!-- 支付模块。默认注释,保证编译速度 -->
<dependency> <!--<dependency>
<groupId>com.yanzhu</groupId> <groupId>com.yanzhu</groupId>
<artifactId>yanzhu-module-pay</artifactId> <artifactId>yanzhu-module-pay</artifactId>
<version>${revision}</version> <version>${revision}</version>
</dependency> </dependency>-->
<!-- 商城相关模块。默认注释,保证编译速度--> <!-- 商城相关模块。默认注释,保证编译速度-->
<dependency> <dependency>
@ -110,11 +110,11 @@
</dependency> </dependency>
<!-- IoT 物联网相关模块 --> <!-- IoT 物联网相关模块 -->
<dependency> <!--<dependency>
<groupId>com.yanzhu</groupId> <groupId>com.yanzhu</groupId>
<artifactId>yanzhu-module-iot-biz</artifactId> <artifactId>yanzhu-module-iot-biz</artifactId>
<version>${revision}</version> <version>${revision}</version>
</dependency> </dependency>-->
<!-- spring boot 配置所需依赖 --> <!-- spring boot 配置所需依赖 -->
<dependency> <dependency>
@ -143,10 +143,25 @@
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>repackage</goal> <!-- 将引入的 jar 打入其中 --> <goal>repackage</goal>
</goals> </goals>
</execution> </execution>
</executions> </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> </plugin>
</plugins> </plugins>
</build> </build>

View File

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

View File

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

View File

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

View File

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

View File

@ -30,7 +30,8 @@ export default ({command, mode}: ConfigEnv): UserConfig => {
open: env.VITE_OPEN === 'true', open: env.VITE_OPEN === 'true',
proxy: { proxy: {
'/admin-api': { '/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, ws: false,
changeOrigin: true, changeOrigin: true,
}, },