Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
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
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
罗超
bigwood
Commits
d8fd06e6
Commit
d8fd06e6
authored
Apr 07, 2023
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
d8b3b186
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
56 deletions
+1
-56
settings.json
.vscode/settings.json
+1
-1
login.vue
src/pages/auth/login.vue
+0
-55
No files found.
.vscode/settings.json
View file @
d8fd06e6
...
...
@@ -8,7 +8,7 @@
"editor.fontSize"
:
15
,
"editor.wordWrap"
:
"wordWrapColumn"
,
"editor.accessibilitySupport"
:
"auto"
,
"editor.renderFinalNewline"
:
false
,
"editor.renderFinalNewline"
:
"off"
,
"workbench.editor.wrapTabs"
:
true
,
"editor.unicodeHighlight.nonBasicASCII"
:
true
}
src/pages/auth/login.vue
View file @
d8fd06e6
<
template
>
<div
class=
"row full-height"
>
<!--
<div
class=
"col window-height column"
>
<div
class=
"col q-pa-lg flex justify-center items-center"
>
<div
class=
"relative-position"
>
<img
src=
"../../assets/images/big-logo.png"
style=
"height: 60px"
class=
"q-mb-lg"
alt=
""
/>
<div
class=
"text-h5 pfb q-mb-md"
>
欢迎回来,亲爱的用户
</div>
<div
class=
"pfb text-grey-5 text-subtitle"
>
通过配置您的推广渠道,实现对线索和客户的快速获取
<br
/>
并且及时的跟进
</div>
<div
class=
"absolute q-mt-md"
style=
"top: 0; left: 180px"
>
<q-badge
style=
"background: #cbcfe0"
floating
transparent
>
Alpha
</q-badge>
</div>
</div>
</div>
<div
class=
"col q-mb-lg login-bg"
></div>
</div>
<div
class=
"col q-pa-xl column"
>
<div
class=
"col"
>
<q-card
class=
"w-450 q-ma-xl q-pa-xl"
>
<div
class=
"text-h5 pfb q-mb-md text-center"
>
登录大水豚
</div>
<div
class=
"text-center q-mb-lg"
>
<span
class=
"text-grey-5 pfb text-subtitle"
>
新用户?
</span>
<router-link
:to=
"
{ path: '/auth/regist' }" class="text-primary pfb text-subtitle">1分钟创建新账户
</router-link>
</div>
<div
class=
"text-body pfb"
>
账户:
</div>
<div
class=
"q-mt-xs"
>
<q-input
standout
v-model=
"userModel.username"
dense
ref=
"usernameRef"
:rules=
"userValidateRule.usernameRule"
/>
</div>
<div
class=
"row q-mt-lg"
>
<div
class=
"col text-body pfb"
>
密码:
</div>
<div
class=
"col text-right"
>
<router-link
:to=
"
{ path: '/auth/forget' }" class="text-primary pfb text-body no-underline">忘记密码
</router-link>
</div>
</div>
<div
class=
"q-mt-xs"
>
<q-input
standout
v-model=
"userModel.password"
type=
"password"
dense
ref=
"passwordRef"
:rules=
"userValidateRule.userpasswordRule"
/>
</div>
<div
class=
"q-mt-md"
>
<q-checkbox
dense
v-model=
"userModel.remeber"
label=
"30天免登录"
color=
"accent"
/>
</div>
<div
class=
"q-mt-lg text-center"
>
<q-btn
class=
"pfb"
color=
"primary"
:loading=
"stateManager.subLogin"
unelevated
label=
"登 录"
style=
"width: 10rem"
@
click=
"loginSubmit"
></q-btn>
</div>
</q-card>
</div>
<div
class=
"q-my-lg q-mx-xl text-center row w-450-only"
>
<div
class=
"f12 text-dark"
>
© 2021-
{{
dtNow
}}
微途科技 版权所有
</div>
<div
class=
"text-center col text-right"
>
<router-link
:to=
"
{ path: '/auth/forget' }" class="f12 no-underline change-a-primary q-mr-md">关于大水豚
</router-link>
<router-link
:to=
"
{ path: '/auth/forget' }" class="f12 no-underline change-a-primary q-mr-md">联系我们
</router-link>
<router-link
:to=
"
{ path: '/auth/forget' }" class="f12 no-underline change-a-primary q-mr-md">技术支持
</router-link>
</div>
</div>
</div>
-->
<div
class=
"col q-pa-xl fit row justify-center height"
>
<div
style=
"width:450px;"
class=
"column justify-between content-between"
>
<div
:class=
"
{'row':$q.platform.is.desktop,'column':$q.platform.is.mobile}">
<div
class=
"col"
:class=
"
{'text-center q-mb-md':$q.platform.is.mobile}">
<img
src=
"../../assets/images/jvs-log.png"
style=
"width:80%;"
/>
</div>
<!--
<div
class=
"text-grey-6 text-weight-bold col"
:class=
"
{'text-right':$q.platform.is.desktop,'text-center':$q.platform.is.mobile}">
<span>
{{
$t
(
"login.notaccess"
)
}}
</span>
<router-link
:to=
"
{ path: '/auth/regist' }" class="text-primary pfb text-subtitle">
{{
$t
(
"login.registlink"
)
}}
</router-link>
</div>
-->
</div>
<div
class=
"q-py-xxl full-width"
>
<div
class=
"text-h3 text-weight-bold"
>
{{
$t
(
"login.title"
)
}}
</div>
...
...
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