更新项目,ios打包

This commit is contained in:
liuyuan
2025-03-17 17:00:10 +08:00
parent efb76a1716
commit 896f897014
27 changed files with 1147 additions and 237 deletions

View File

@@ -59,7 +59,7 @@
<u--input v-model="loginForm.password" :password="!isSee" placeholder="请输入密码"
placeholder-class="grey" @confirm="onSubmit" class="form_input_box">
</u--input><u-icon class="active" :name="isSee ? 'eye-fill' : 'eye-off'" @click="isSee = !isSee"
:color="isSee ? '#018F89' : '#b0b0b0'" size="22"
:color="isSee ? '#7dc1f0' : '#b0b0b0'" size="22"
style="display: block; margin-right: 10rpx"></u-icon>
</view>
</view>

View File

@@ -206,7 +206,7 @@ export default {
let that = this;
for (var i = 0; i < e.file.length; i++) {
uni.uploadFile({
url: this.$baseUrl + "oss/fileoss",
url: this.$baseUrl + "/oss/fileoss",
filePath: e.file[i].url,
name: "file",
formData: {},
@@ -268,8 +268,8 @@ export default {
showCancel: false,
success: (res) => {
this.fileList1 = []
uni.navigateBack({
delta: 1
uni.switchTab({
url: '/pages/my/index'
});
}
});