修改发布
parent
2691629958
commit
c4f8d57b99
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue