Commit 2683997b authored by ww-xxy's avatar ww-xxy

bug

parent 68548e13
......@@ -42,7 +42,7 @@ export default {
data() {
return {
dialogVisible: false,
uploadImgUrl: "/m/file/commonupload", // 上传的图片服务器地址
uploadImgUrl: "/refined/file/commonupload", // 上传的图片服务器地址
};
},
props: {
......
......@@ -14,7 +14,7 @@
:span="20"
label="登录名称"
prop="loginName"
disabled
v-model="form.loginName"
/>
......@@ -24,7 +24,7 @@
placeholder="请输入密码"
:type="passw"
clearable
disabled
@blur="onBlur"
>
<!-- input中加图标必须要有slot="suffix"属性,不然无法显示图标 -->
......
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 to comment