修改发布
parent
2691629958
commit
c4f8d57b99
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=false
|
|||
VITE_SOURCEMAP=true
|
||||
|
||||
# 打包路径
|
||||
VITE_BASE_PATH=/sass
|
||||
VITE_BASE_PATH=/saas
|
||||
|
||||
# 输出路径
|
||||
VITE_OUT_DIR=dist
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=true
|
|||
VITE_SOURCEMAP=false
|
||||
|
||||
# 打包路径
|
||||
VITE_BASE_PATH=/sass
|
||||
VITE_BASE_PATH=/saas
|
||||
|
||||
# 输出路径
|
||||
VITE_OUT_DIR=dist-prod
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=true
|
|||
VITE_SOURCEMAP=false
|
||||
|
||||
# 打包路径
|
||||
VITE_BASE_PATH=/sass
|
||||
VITE_BASE_PATH=/saas
|
||||
|
||||
# 输出路径
|
||||
VITE_OUT_DIR=dist-stage
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=true
|
|||
VITE_SOURCEMAP=false
|
||||
|
||||
# 打包路径
|
||||
VITE_BASE_PATH=/sass
|
||||
VITE_BASE_PATH=/saas
|
||||
|
||||
# 输出路径
|
||||
VITE_OUT_DIR=dist-test
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue