Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3915c951
authored
2026-04-27 10:42:38 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
登录样式
1 parent
564e3119
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
6 deletions
common/mystyle.scss
common/request.js
login/loginC.vue
login/register.vue
common/mystyle.scss
View file @
3915c95
...
...
@@ -40,6 +40,9 @@ page {
.align-forms-item-placeHolder
{
color
:
#999
;
line-height
:
2
.6
;}
.align-forms-item
{
line-height
:
2
.6
;}
.more
{
color
:
#929AA0
;
font-size
:
24rpx
;}
.f26
{
font-size
:
26rpx
;
color
:
#4D4D4D
;
}
.msglist
{
.msgitem
{
background
:
#FFFFFF
;
border-radius
:
10rpx
;
margin-bottom
:
25rpx
;
padding
:
20rpx
;
position
:
relative
;
...
...
common/request.js
View file @
3915c95
...
...
@@ -128,12 +128,6 @@ const request = function (req) {
// 业务错误(code != 200 且非 Token 过期)- 统一显示错误提示
const
errorMsg
=
data
.
msg
||
'操作失败'
showError
(
errorMsg
)
// code == 500 时仅显示提示,不抛出异常,避免页面 catch 覆盖错误信息
if
(
data
.
code
==
500
)
{
return
}
reject
(
new
Error
(
errorMsg
))
}).
catch
(
error
=>
{
...
...
login/loginC.vue
View file @
3915c95
This diff could not be displayed because it is too large.
login/register.vue
View file @
3915c95
This diff could not be displayed because it is too large.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment