Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-admin
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-admin
Commits
6f2d314b
Commit
6f2d314b
authored
May 27, 2024
by
田爽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标题更改,访问路由加跳转
parent
0fdd0e6d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
login.vue
src/views/common/login.vue
+3
-3
websiteranking.vue
src/views/modules/visitsmanage/websiteranking.vue
+3
-0
No files found.
src/views/common/login.vue
View file @
6f2d314b
...
...
@@ -3,7 +3,7 @@
<div
class=
"site-content__wrapper"
>
<div
class=
"site-content"
>
<div
class=
"login-main"
>
<p
class=
"login-title"
>
中国物品编码中心后台管理系统
</p>
<p
class=
"login-title"
>
中国物品编码中心
官方网站
后台管理系统
</p>
<el-form
:model=
"dataForm"
:rules=
"dataRule"
ref=
"dataForm"
@
keyup
.
enter
.
native=
"dataFormSubmit()"
status-icon
>
<el-form-item
prop=
"userName"
>
<el-input
v-model=
"dataForm.userName"
placeholder=
"请输入帐号"
><i
slot=
"prefix"
style=
"font-style:normal;font-size:14px;color:#333333;margin:2px 0 0 5px;display:inline-block;"
>
帐号
</i></el-input>
...
...
@@ -144,8 +144,8 @@
position
:
absolute
;
top
:
0
;
right
:
50%
;
margin-right
:
-
275
px
;
width
:
549
px
;
margin-right
:
-
300
px
;
width
:
600
px
;
min-height
:
100%
;
}
.login-title
{
...
...
src/views/modules/visitsmanage/websiteranking.vue
View file @
6f2d314b
...
...
@@ -40,6 +40,9 @@
header-align=
"center"
align=
"center"
label=
"访问路由"
>
<template
slot-scope=
"scope"
>
<a
:href=
"scope.row.route"
target=
"_blank"
>
{{
scope
.
row
.
route
}}
</a>
</
template
>
</el-table-column>
<el-table-column
prop=
"hitCount"
...
...
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