Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e0b57b80
authored
Mar 26, 2023
by
yj441106
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户端重构
parent
eead9efc
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
src/views/system/oauth2/client/form.vue
+1
-2
src/views/system/oauth2/client/index.vue
+0
-0
No files found.
src/views/system/oauth2/client/form.vue
View file @
e0b57b80
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<el-input
v-model=
"formData.name"
placeholder=
"请输入应用名"
/>
<el-input
v-model=
"formData.name"
placeholder=
"请输入应用名"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"应用图标"
>
<el-form-item
label=
"应用图标"
>
<
UploadImg
v-model=
"formData.logo"
:limit=
"1"
/>
<
imageUpload
v-model=
"formData.logo"
:limit=
"1"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"应用描述"
>
<el-form-item
label=
"应用描述"
>
<el-input
type=
"textarea"
v-model=
"formData.description"
placeholder=
"请输入应用名"
/>
<el-input
type=
"textarea"
v-model=
"formData.description"
placeholder=
"请输入应用名"
/>
...
@@ -147,7 +147,6 @@
...
@@ -147,7 +147,6 @@
<
script
setup
lang=
"ts"
>
<
script
setup
lang=
"ts"
>
import
{
DICT_TYPE
,
getDictOptions
}
from
'@/utils/dict'
import
{
DICT_TYPE
,
getDictOptions
}
from
'@/utils/dict'
import
*
as
ClientApi
from
'@/api/system/oauth2/client'
import
*
as
ClientApi
from
'@/api/system/oauth2/client'
import
UploadImg
from
'@/components/UploadFile'
const
{
t
}
=
useI18n
()
// 国际化
const
{
t
}
=
useI18n
()
// 国际化
const
message
=
useMessage
()
// 消息弹窗
const
message
=
useMessage
()
// 消息弹窗
...
...
src/views/system/oauth2/client/index.vue
View file @
e0b57b80
This diff is collapsed.
Click to expand it.
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