Commit 2c4b1ef1 by LJM

深圳华云数智工业科技有限公司

parent 2e8db2c7
Showing with 10 additions and 7 deletions
<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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment