V2.4.0 发布~

pull/133/head v2.4.0
YunaiV 2024-12-31 12:45:10 +08:00
parent 75d0b004dc
commit 46ba5e6aef
3 changed files with 3 additions and 3 deletions

2
.env
View File

@ -1,5 +1,5 @@
# 版本号
SHOPRO_VERSION=v2.3.0
SHOPRO_VERSION=v2.4.0
# 后端接口 - 正式环境(通过 process.env.NODE_ENV 非 development
SHOPRO_BASE_URL=http://api-dashboard.yudao.iocoder.cn

View File

@ -2,7 +2,7 @@
"id": "shopro",
"name": "shopro",
"displayName": "芋道商城",
"version": "2.3.0",
"version": "2.4.0",
"description": "芋道商城一套代码同时发行到iOS、Android、H5、微信小程序多个平台请使用手机扫码快速体验强大功能",
"scripts": {
"prettier": "prettier --write \"{pages,sheep}/**/*.{js,json,tsx,css,less,scss,vue,html,md}\""

View File

@ -62,7 +62,7 @@ const app = defineStore({
this.info = {
name: '芋道商城',
logo: 'https://static.iocoder.cn/ruoyi-vue-pro-logo.png',
version: '2.3.0',
version: '2.4.0',
copyright: '全部开源,个人与企业可 100% 免费使用',
copytime: 'Copyright© 2018-2024',