Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
refined-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
refined-platform
Commits
5c0ed7ff
Commit
5c0ed7ff
authored
Dec 08, 2023
by
王晓旭
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.scsmile.cn/zxf/refined-platform
parents
4ac50b64
2683997b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
refined-manager-ui/admin/src/components/ImageUpload.vue
refined-manager-ui/admin/src/components/ImageUpload.vue
+1
-1
refined-manager-ui/admin/src/views/system/user/dialogshow.vue
...ned-manager-ui/admin/src/views/system/user/dialogshow.vue
+2
-2
No files found.
refined-manager-ui/admin/src/components/ImageUpload.vue
View file @
5c0ed7ff
...
@@ -42,7 +42,7 @@ export default {
...
@@ -42,7 +42,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
dialogVisible
:
false
,
dialogVisible
:
false
,
uploadImgUrl
:
"
/
m
/file/commonupload
"
,
// 上传的图片服务器地址
uploadImgUrl
:
"
/
refined
/file/commonupload
"
,
// 上传的图片服务器地址
};
};
},
},
props
:
{
props
:
{
...
...
refined-manager-ui/admin/src/views/system/user/dialogshow.vue
View file @
5c0ed7ff
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
:span=
"20"
:span=
"20"
label=
"登录名称"
label=
"登录名称"
prop=
"loginName"
prop=
"loginName"
disabled
v-model=
"form.loginName"
v-model=
"form.loginName"
/>
/>
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
placeholder=
"请输入密码"
placeholder=
"请输入密码"
:type=
"passw"
:type=
"passw"
clearable
clearable
disabled
@
blur=
"onBlur"
@
blur=
"onBlur"
>
>
<!-- input中加图标必须要有slot="suffix"属性,不然无法显示图标 -->
<!-- input中加图标必须要有slot="suffix"属性,不然无法显示图标 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment