Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
3e16bd15
Commit
3e16bd15
authored
Feb 10, 2023
by
chehuidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
02d3caa7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
src/views/saasManage/indexPage.vue
+5
-2
src/views/taskManage/index.vue
+4
-6
No files found.
src/views/saasManage/indexPage.vue
View file @
3e16bd15
...
...
@@ -275,7 +275,9 @@
@
change=
"onChange"
placeholder=
"请输入域名"
>
<
template
slot=
"append"
>
.jomalls.com
</
template
>
<
template
slot=
"append"
>
{{
baseDomain
}}
</
template
>
</el-input>
</el-form-item>
<el-form-item
...
...
@@ -549,6 +551,7 @@ export default {
selection
:
[],
cloneEditForm
:
{},
loading
:
false
,
baseDomain
:
'.jomalls.com'
,
}
},
async
created
()
{
...
...
@@ -627,7 +630,7 @@ export default {
this
.
editForm
.
databaseName
=
'saas_'
+
this
.
editForm
.
databaseName
this
.
editForm
.
domain
=
this
.
editForm
.
domain
+
'.joshine.cn'
this
.
editForm
.
domain
+
this
.
baseDomain
try
{
if
(
this
.
editId
)
{
const
res
=
await
updateManageData
(
this
.
editForm
)
...
...
src/views/taskManage/index.vue
View file @
3e16bd15
...
...
@@ -192,14 +192,12 @@
</p>
</div>
<div
style=
"
padding: 5px;
overflow: auto;
"
style=
"padding: 5px; overflow: auto"
v-html=
"detail.taskContent"
@
click=
"fullScreenDisplay"
>
这里有一段描述
</div>
>
这里有一段描述
</div>
<div
style=
"margin-top: 10px"
>
<div>
<el-input
...
...
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