调整版本号

This commit is contained in:
Jason
2022-10-14 15:49:14 +08:00
parent abf98ee5e7
commit 8e5d515e4c
134 changed files with 133 additions and 133 deletions

View File

@@ -1,7 +1,7 @@
const config = {
terminal: 1, //终端
title: '后台管理系统', //网站默认标题
version: '1.2.0', //版本号
version: '1.3.3', //版本号
baseUrl: `${import.meta.env.VITE_APP_BASE_URL || ''}/`, //请求接口域名
urlPrefix: 'api', //请求默认前缀
timeout: 10 * 1000 //请求超时时长