Commit 2c4b1ef1 by LJM

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

parent 2e8db2c7
Showing with 10 additions and 7 deletions
<template>
<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">
<picker @change="bindPickerChange" :value="index" :range="array">
<view class="row verCenter">
......@@ -23,14 +25,14 @@
</template>
<script>
import { API } from '@/util/api.js';
import md5 from '@/util/md5.js';
import { API } from '@/util/api.js';
import md5 from '@/util/md5.js';
export default {
export default {
data() {
return {
index: 0,
array: ['深圳市猎芯科技有限公司', '深贸电子有限公司'],
array: ['深圳市猎芯科技有限公司', '深贸电子有限公司', '深圳华云数智工业科技有限公司'],
name: '',
passwd: '',
disabled: false
......@@ -123,9 +125,9 @@ export default {
});
}
}
};
};
</script>
<style lang="scss">
@import '@/assets/css/mine/login.scss';
@import '@/assets/css/mine/login.scss';
</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