Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2c4b1ef1
authored
Nov 09, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
深圳华云数智工业科技有限公司
parent
2e8db2c7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
pages/mine/login.vue
pages/mine/login.vue
View file @
2c4b1ef1
<
template
>
<
template
>
<view
class=
"page-login column rowCenter verCenter"
>
<view
class=
"page-login column rowCenter verCenter"
>
<view
class=
"logo"
><image
src=
"/static/WMS@2x.png"
mode=
"aspectFill"
></image></view>
<view
class=
"logo"
>
<image
src=
"/static/WMS@2x.png"
mode=
"aspectFill"
></image>
</view>
<view
class=
"company row rowCenter verCenter"
>
<view
class=
"company row rowCenter verCenter"
>
<picker
@
change=
"bindPickerChange"
:value=
"index"
:range=
"array"
>
<picker
@
change=
"bindPickerChange"
:value=
"index"
:range=
"array"
>
<view
class=
"row verCenter"
>
<view
class=
"row verCenter"
>
...
@@ -23,14 +25,14 @@
...
@@ -23,14 +25,14 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
{
API
}
from
'@/util/api.js'
;
import
{
API
}
from
'@/util/api.js'
;
import
md5
from
'@/util/md5.js'
;
import
md5
from
'@/util/md5.js'
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
index
:
0
,
index
:
0
,
array
:
[
'深圳市猎芯科技有限公司'
,
'深贸电子
有限公司'
],
array
:
[
'深圳市猎芯科技有限公司'
,
'深贸电子有限公司'
,
'深圳华云数智工业科技
有限公司'
],
name
:
''
,
name
:
''
,
passwd
:
''
,
passwd
:
''
,
disabled
:
false
disabled
:
false
...
@@ -123,9 +125,9 @@ export default {
...
@@ -123,9 +125,9 @@ export default {
});
});
}
}
}
}
};
};
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
@import
'@/assets/css/mine/login.scss'
;
@import
'@/assets/css/mine/login.scss'
;
</
style
>
</
style
>
\ No newline at end of file
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