1.增加vue3ui组件view-plus

2.修改登录为直接请求后台接口登录
3.隐藏tabbar,修改默认启动页
This commit is contained in:
2024-09-10 15:31:13 +08:00
parent 9bb8f88b30
commit 4a6de0a22b
458 changed files with 452 additions and 12861 deletions

View File

@@ -16,6 +16,8 @@ $uni-primary-light: mix(#fff,$uni-primary,80%);
// 原始颜色: linear-gradient(270deg, rgba(35, 143, 252, 1) 0%, rgba(26, 102, 255, 1) 100%);
$jeepay-bg-primary: linear-gradient(270deg, rgba(35, 143, 252, 1) 0%, rgba(26, 102, 255, 1) 100%);
/* uni.scss */
@import 'uview-plus/theme.scss';
/** 系统级别: 自定义变量 */
@import "@/commons/style/vars.scss";