Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
jishenghua committed Sep 4, 2023
1 parent 62ee96f commit 13cce4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jshERP-web/src/components/layouts/UserLayout.vue
Expand Up @@ -12,7 +12,7 @@
<a-col>
<a href="/">
<span class="title">{{systemTitle}}</span>
<small class="desc">V3.2</small>
<small class="desc">V3.3</small>
</a>
</a-col>
</a-row>
Expand Down
2 changes: 1 addition & 1 deletion jshERP-web/src/views/dashboard/IndexChart.vue
Expand Up @@ -133,7 +133,7 @@
</div>
<a-button type="link" v-if="showWeixinSpan()">华夏ERP微信小程序</a-button>
</a-popover>
&copy; 2015-2030 {{systemTitle}} V3.2
&copy; 2015-2030 {{systemTitle}} V3.3
</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>
Expand Down

0 comments on commit 13cce4d

Please sign in to comment.