Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
538d1e2a
Commit
538d1e2a
authored
Dec 02, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
6ba09ef9
9e142fcb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
site-form.vue
src/components/system/site-form.vue
+4
-0
msgmanage.vue
src/pages/system/msgmanage.vue
+4
-1
siteconfig.vue
src/pages/system/siteconfig.vue
+6
-0
No files found.
src/components/system/site-form.vue
View file @
538d1e2a
...
...
@@ -22,6 +22,8 @@
class=
"col-6 q-pr-lg q-pb-lg"
label=
"SecretKey"
:rules=
"[val => !!val || '请填写SecretKey']"
/>
<q-input
filled
stack-label
maxlength=
"100"
:dense=
"false"
v-model=
"objOption.CustomDomain"
ref=
"CustomDomain"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"自定义域名"
/>
<q-input
filled
stack-label
maxlength=
"100"
:dense=
"false"
v-model=
"objOption.UploadDomain"
ref=
"UploadDomain"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"上传自定义域名"
/>
</div>
</q-card-section>
<q-separator
/>
...
...
@@ -62,6 +64,7 @@
SecretId
:
''
,
SecretKey
:
''
,
ImgStyle
:
''
,
UploadDomain
:
''
},
statusData
:[],
//状态数据
}
...
...
@@ -77,6 +80,7 @@
this
.
objOption
.
CustomDomain
=
this
.
saveObj
.
CustomDomain
;
this
.
objOption
.
SecretId
=
this
.
saveObj
.
SecretId
;
this
.
objOption
.
SecretKey
=
this
.
saveObj
.
SecretKey
;
this
.
objOption
.
UploadDomain
=
this
.
saveObj
.
UploadDomain
;
}
this
.
getStatus
();
...
...
src/pages/system/msgmanage.vue
View file @
538d1e2a
...
...
@@ -497,7 +497,10 @@
},
//获去下拉状态
getStatus
()
{
getConfigStatus
().
then
(
res
=>
{
let
msg
=
{
Type
:
1
}
getConfigStatus
(
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
statusData
=
res
.
Data
;
let
obj
=
{
...
...
src/pages/system/siteconfig.vue
View file @
538d1e2a
...
...
@@ -89,6 +89,12 @@
field
:
'Using'
,
align
:
'left'
},
{
name
:
'UploadDomain'
,
label
:
'上传自定义域名'
,
field
:
'UploadDomain'
,
align
:
'left'
},
{
name
:
'optioned'
,
label
:
'操作'
,
...
...
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