更新版本号为V3.6

This commit is contained in:
jishenghua
2025-11-24 21:54:44 +08:00
parent eae6f266ed
commit 8f28e7c2fe
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jsh</groupId>
<artifactId>jshERP-boot</artifactId>
<version>3.5-SNAPSHOT</version>
<version>3.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jshERP-boot</name>

View File

@@ -12,7 +12,7 @@
<a-col>
<a href="/">
<span class="title">{{systemTitle}}</span>
<small class="desc">V3.5</small>
<small class="desc">V3.6</small>
</a>
</a-col>
</a-row>

View File

@@ -133,7 +133,7 @@
</div>
<a-button type="link" v-if="showWeixinSpan()">管伊佳ERP微信小程序</a-button>
</a-popover>
&copy; 2015-2030 {{systemTitle}} V3.5
&copy; 2015-2030 {{systemTitle}} V3.6
</div>
<a-tag v-if="tenant.type==0" color="blue">试用到期:{{tenant.expireTime}}</a-tag>
<a-tag v-if="tenant.type==0" color="blue">试用用户:{{tenant.userCurrentNum}}/{{tenant.userNumLimit}}</a-tag>