Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
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
ximai
mes-ui
Commits
32b9dac2
Commit
32b9dac2
authored
Feb 02, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录取消admin默认用户;取消验证码
parent
14adc6b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
16 deletions
+7
-16
login.vue
src/views/login.vue
+5
-5
baseInfo.vue
src/views/mes/md/product/components/baseInfo.vue
+2
-11
No files found.
src/views/login.vue
View file @
32b9dac2
...
...
@@ -31,7 +31,7 @@
<svg-icon
slot=
"prefix"
icon-class=
"password"
class=
"el-input__icon input-icon"
/>
</el-input>
</el-form-item>
<el-form-item
prop=
"code"
v-if=
"captchaOnOff"
>
<!--
<el-form-item
prop=
"code"
v-if=
"captchaOnOff"
>
<el-input
v-model=
"loginForm.code"
auto-complete=
"off"
...
...
@@ -44,7 +44,7 @@
<div
class=
"login-code"
>
<img
:src=
"codeUrl"
@
click=
"getCode"
class=
"login-code-img"
/>
</div>
</el-form-item>
</el-form-item>
-->
<el-checkbox
v-model=
"loginForm.rememberMe"
style=
"margin:0px 0px 25px 0px;"
>
记住密码
</el-checkbox>
<el-form-item
style=
"width:100%;"
>
<el-button
...
...
@@ -86,8 +86,8 @@ export default {
return
{
codeUrl
:
""
,
loginForm
:
{
username
:
"
admin
"
,
password
:
"
000000
"
,
username
:
""
,
password
:
""
,
rememberMe
:
false
,
code
:
""
,
uuid
:
""
...
...
@@ -103,7 +103,7 @@ export default {
},
loading
:
false
,
// 验证码开关
captchaOnOff
:
tru
e
,
captchaOnOff
:
fals
e
,
// 注册开关
register
:
false
,
redirect
:
undefined
...
...
src/views/mes/md/product/components/baseInfo.vue
View file @
32b9dac2
...
...
@@ -16,15 +16,6 @@
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"计量单位"
prop=
"unitOfMeasure"
>
<el-input
v-model=
"form.unitOfMeasure"
placeholder=
"请输入计量单位"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"品牌"
prop=
"brandId"
>
<el-input
...
...
@@ -73,7 +64,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"
12
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"有效开始日期"
prop=
"expirationDateStart"
>
<el-date-picker
clearable
...
...
@@ -85,7 +76,7 @@
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"
12
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"有效结束日期"
prop=
"expirationDateEnd"
>
<el-date-picker
clearable
...
...
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