Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
6711a0d4
Commit
6711a0d4
authored
Nov 09, 2021
by
Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加模拟登陆,修复admin页面,字体修改
parent
bc3a39fd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
4 deletions
+28
-4
checkSearchTable.vue
src/views/MyManage/Admin/checkSearchTable.vue
+8
-2
entInfo.vue
src/views/MyManage/Admin/entInfo.vue
+6
-0
log.vue
src/views/MyManage/Admin/log.vue
+6
-0
statusChange.vue
src/views/MyManage/Admin/statusChange.vue
+7
-1
login.vue
src/views/User/login.vue
+1
-1
No files found.
src/views/MyManage/Admin/checkSearchTable.vue
View file @
6711a0d4
...
...
@@ -163,14 +163,14 @@ export default {
label
:
'所属分中心'
,
},
{
label
:
'
操作
'
,
label
:
'
审核
'
,
renderCell
:
(
value
,
row
)
=>
(
<
el
-
button
type
=
"text"
vOn
:
click_stop_prevent
=
{()
=>
{
this
.
handleCheck
(
row
)
}}
>
操作
审核
<
/el-button
>
),
},
...
...
@@ -292,5 +292,11 @@ export default {
//
border-left
:
1px
solid
white
;
}
}
.el-button
{
font-size
:
13px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
}
}
</
style
>
src/views/MyManage/Admin/entInfo.vue
View file @
6711a0d4
...
...
@@ -232,5 +232,11 @@ export default {
//
border-left
:
1px
solid
white
;
}
}
.el-button
{
font-size
:
13px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
}
}
</
style
>
src/views/MyManage/Admin/log.vue
View file @
6711a0d4
...
...
@@ -232,5 +232,11 @@ export default {
//
border-left
:
1px
solid
white
;
}
}
.el-button
{
font-size
:
13px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
}
}
</
style
>
src/views/MyManage/Admin/statusChange.vue
View file @
6711a0d4
...
...
@@ -116,7 +116,7 @@ export default {
{
prop
:
'status2'
,
label
:
'原审核状态'
,
renderCell
:
(
value
,
row
)
=>
(
renderCell
:
(
value
)
=>
(
<
span
style
=
{{
color
:
value
===
'审核失败'
?
'#F31F1F'
:
'#02B4A1'
}}
>
{
value
}
<
/span
>
...
...
@@ -252,5 +252,11 @@ export default {
//
border-left
:
1px
solid
white
;
}
}
.el-button
{
font-size
:
13px
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
600
;
}
}
</
style
>
src/views/User/login.vue
View file @
6711a0d4
...
...
@@ -112,7 +112,7 @@ export default {
loginByUser
()
{
this
.
$refs
[
'userLoginFormRef'
].
validate
((
valid
)
=>
{
if
(
valid
)
{
if
(
this
.
userForm
.
validateCode
===
'kjjj'
)
{
if
(
this
.
userForm
.
validateCode
.
toLowerCase
()
===
'kjjj'
)
{
if
(
this
.
userForm
.
userName
===
'test'
&&
this
.
userForm
.
password
===
'test'
)
{
localStorage
.
setItem
(
'gs-user'
,
JSON
.
stringify
({
type
:
'unVerify'
}))
this
.
$router
.
push
({
path
:
'/MyManage/UnVerify/index'
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment