Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5e7920b8
authored
2023-05-26 10:05:07 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
1
2 parents
302755f6
27c5c4ea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/components/EditDialog/Result.vue
src/utils/request.js
src/components/EditDialog/Result.vue
View file @
5e7920b
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
3-17 10:25:19
* @LastEditTime: 2023-0
5-26 10:04:03
-->
<
template
>
<div
class=
'result'
>
<div
class=
"result-con"
style=
"margin-bottom: 15px;"
>
<p>
响应xml
</p>
<el-input
type=
"textarea"
disabled
:rows=
"6"
class=
"resulttext"
placeholder=
"响应xml"
v-model=
"REPMSGXML"
>
<el-input
type=
"textarea"
disabled
:rows=
"6"
class=
"resulttext"
v-model=
"REPMSGXML"
>
</el-input>
</div>
<div
class=
"result-con"
style=
"margin-top: 15px;"
>
<p>
错误信息
</p>
<el-input
type=
"textarea"
disabled
:rows=
"6"
class=
"resulttext"
placeholder=
"错误信息"
v-model=
"ERRORINFO"
>
<el-input
type=
"textarea"
disabled
:rows=
"6"
class=
"resulttext"
v-model=
"ERRORINFO"
>
</el-input>
</div>
</div>
...
...
src/utils/request.js
View file @
5e7920b
/*
* @Description: 此文件主要创建 axios 实例,然后添加请求拦截器和响应拦截器
* @Autor: renchao
* @LastEditTime: 2023-05-2
5 14:43:56
* @LastEditTime: 2023-05-2
6 10:04:58
*/
import
Vue
from
'vue'
import
axios
from
"axios"
;
...
...
Please
register
or
sign in
to post a comment