对比新文件 |
| | |
| | | #!/usr/bin/expect |
| | | set user root |
| | | set ipaddress 106.14.123.210 |
| | | set passwd M\@7626fdebe015ae2fde98 |
| | | set timeout 30 |
| | | set port 22 |
| | | |
| | | spawn ssh -p $port $user@$ipaddress |
| | | expect { |
| | | "*password:" { send "$passwd\r" } |
| | | "yes/no" { send "yes\r";exp_continue } |
| | | } |
| | | interact |
| | |
| | | </view> |
| | | </view> |
| | | <view class="form-item before-line"> |
| | | <view class="label required" style="width: 300rpx;">店铺头像(750*750px)</view> |
| | | <view class="label required" style="width: 360rpx;">店铺头像(750*750px)</view> |
| | | <view class="m-l-a m-r-0 flex m-t-20 m-b-20"> |
| | | <view class="component-button-upload" @click="uploadIcon('icon')" |
| | | :style="{'background-image':dto.icon&&`url('${dto.icon}')`||''}"> |