Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
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
zhanhai
loan-manager-customer
Commits
4835f7ab
Commit
4835f7ab
authored
Mar 03, 2022
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
意见反馈编辑修改完毕提交
parent
95b1f164
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
index.html
public/index.html
+2
-2
AddQuestion.vue
src/components/byh/componments/AddQuestion.vue
+5
-4
No files found.
public/index.html
View file @
4835f7ab
...
...
@@ -13,10 +13,10 @@
//window.APIHOST = "http://192.168.0.50:8202";
//测试
window
.
APIHOST
=
"http://47.99.245.36:8202"
;
//
window.APIHOST = "http://47.99.245.36:8202";
//生产环境
//
window.APIHOST = "https://water.jqtianxia.com";
window
.
APIHOST
=
"https://water.jqtianxia.com"
;
//鼎荣小贷
//window.APIHOST = "https://drwater.dingrongxd.com";
...
...
src/components/byh/componments/AddQuestion.vue
View file @
4835f7ab
...
...
@@ -63,7 +63,7 @@
<div
slot=
"footer"
>
<el-button
size=
"small"
@
click=
"handleClose"
>
取 消
</el-button>
<el-button
size=
"small"
icon=
"el-icon-plus"
type=
"primary"
@
click=
"submitForm('ruleForm')"
>
确 定
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"submitForm('ruleForm')"
>
提 交
</el-button>
</div>
</el-dialog>
</
template
>
...
...
@@ -185,8 +185,8 @@ export default {
mounted
()
{
this
.
client
=
new
OSS
({
region
:
'oss-cn-hangzhou'
,
accessKeyId
:
'LTAI4F
kgm8PgTAhfbo6pMHxh
'
,
accessKeySecret
:
'm
iTfY8FDNdnqWYUB23ub0IMfGIJ1yZ
'
,
accessKeyId
:
'LTAI4F
p8aDaS8sHXV76gWPVJ
'
,
accessKeySecret
:
'm
uNvYl9ydZqCp8we6c6WO3pLa0jRt5
'
,
bucket
:
'w-loan-static'
});
},
...
...
@@ -205,7 +205,7 @@ export default {
console
.
log
(
res
,
'返回结果'
);
const
fileList
=
that
.
fileList
;
const
imgSrc
=
`http
://file.cloudsmake
.com/
${
res
.
name
}
`
;
const
imgSrc
=
`http
s://file.jqtianxia
.com/
${
res
.
name
}
`
;
const
o
=
{
name
:
res
.
name
,
url
:
imgSrc
};
fileList
.
push
(
o
);
...
...
@@ -218,6 +218,7 @@ export default {
},
handleRemove
(
file
,
fileList
)
{
console
.
log
(
file
,
fileList
);
this
.
fileList
=
fileList
;
},
handlePreview
(
file
)
{
console
.
log
(
file
);
...
...
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