Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
house-type
Project
Project
Details
Activity
Releases
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
xingyuji
house-type
Commits
b40bd8ab
Commit
b40bd8ab
authored
Jul 10, 2020
by
wangjiankun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: sit环境与aut环境打包名称
登录页面样式
parent
1ba2e53d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
5 deletions
+37
-5
.env.sit
.env.sit
+15
-0
.env.uat
.env.uat
+15
-0
Login.vue
src/views/Login.vue
+7
-5
No files found.
.env.sit
0 → 100644
View file @
b40bd8ab
# SIT 系统内部集成测试(System Integration Testing) ,作为内部测试的环境
NODE_ENV = 'production'
BASE_URL = 'https://prod.breaker93.com/'
VUE_APP_PUBLIC_PATH = './'
VUE_APP_API = 'http://106.2.11.235:38091/api/v1/'
VUE_APP_OSS_SRC = 'http://106.2.11.235:3323/server/realFile/'
ACCESS_KEY_ID = 'xxxxxxxxxxxxx'
ACCESS_KEY_SECRET = 'xxxxxxxxxxxxx'
REGION = 'oss-cn-hangzhou'
BUCKET = 'staven-prod'
PREFIX = 'staven-blog'
outputDir = 'tenio-front-sit'
.env.uat
0 → 100644
View file @
b40bd8ab
# UAT 用户验收测试(User Acceptance Testing),作为客户体验的环境
NODE_ENV = 'production'
BASE_URL = 'https://prod.breaker93.com/'
VUE_APP_PUBLIC_PATH = './'
VUE_APP_API = 'http://106.2.11.235:38092/api/v1/'
VUE_APP_OSS_SRC = 'http://106.2.11.235:3324/server/realFile/'
ACCESS_KEY_ID = 'xxxxxxxxxxxxx'
ACCESS_KEY_SECRET = 'xxxxxxxxxxxxx'
REGION = 'oss-cn-hangzhou'
BUCKET = 'staven-prod'
PREFIX = 'staven-blog'
outputDir = 'tenio-front-uat'
src/views/Login.vue
View file @
b40bd8ab
<
template
>
<
template
>
<section
class=
"login"
>
<section
class=
"login"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
auto-complete=
"on"
label-position=
"left"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
auto-complete=
"on"
label-position=
"left"
>
<h3
class=
"title"
>
LOGIN
</h3>
<div
align=
"center"
style=
"margin-bottom: 40px"
>
<img
:src=
"require('@assets/img/logo.png')"
width=
"150"
alt=
""
>
</div>
<h4
class=
"title"
>
户型查询系统
</h4>
<el-form-item
prop=
"username"
>
<el-form-item
prop=
"username"
>
<span
class=
"svg-container"
>
<span
class=
"svg-container"
>
<svg-icon
icon-class=
"user"
/>
<svg-icon
icon-class=
"user"
/>
...
@@ -25,7 +28,7 @@
...
@@ -25,7 +28,7 @@
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
:loading=
"loading"
type=
"primary"
style=
"width:100%;"
@
click
.
native
.
prevent=
"toLogin"
>
<el-button
:loading=
"loading"
type=
"primary"
style=
"width:100%;"
@
click
.
native
.
prevent=
"toLogin"
>
Sign in
登 录
</el-button>
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
@@ -145,7 +148,7 @@ export default {
...
@@ -145,7 +148,7 @@ export default {
position: fixed;
position: fixed;
height: 100%;
height: 100%;
width: 100%;
width: 100%;
background
-color: bg
;
background
: linear-gradient(90deg, #286690, #102244)
;
.login-form {
.login-form {
position: absolute;
position: absolute;
left: 0;
left: 0;
...
@@ -163,8 +166,7 @@ export default {
...
@@ -163,8 +166,7 @@ export default {
display: inline-block;
display: inline-block;
}
}
.title {
.title {
font-size: 26px;
font-size: 22px;
font-weight: 400;
color: light_gray;
color: light_gray;
margin: 0px auto 40px auto;
margin: 0px auto 40px auto;
text-align: center;
text-align: center;
...
...
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