Commit fd3ff626 by jsy672
parents 945d5eb7 d7019105
......@@ -168,7 +168,7 @@
<el-image
:src="baseUrl + form.photo"
:preview-src-list="[baseUrl + form.photo]"
style="width: auto;height: 211px;float: right;margin-left: 10px"
style="width: 150px;height: 211px;float: right;margin-left: 10px"
fit="fill"
></el-image>
</div>
......
......@@ -109,7 +109,7 @@
<el-image
:src="baseUrl + form.photo"
:preview-src-list="[baseUrl + form.photo]"
style="width: auto;height: 211px;float: right;margin-left: 10px"
style="width: 150px;height: 211px;float: right;margin-left: 10px"
fit="fill"
></el-image>
</div>
......
......@@ -119,7 +119,7 @@
<el-image
:src="baseUrl + form.photo"
:preview-src-list="[baseUrl + form.photo]"
style="width: auto;height: 211px;float: right;margin-left: 10px"
style="width: 150px;height: 211px;float: right;margin-left: 10px"
fit="fill"
></el-image>
</div>
......
......@@ -48,7 +48,7 @@ module.exports = {
//学校内网
// target: `http://10.20.100.201:57321`,
// target: `http://47.105.176.202:5115`,
target: `http://172.16.100.96:5131`,
target: `http://172.16.100.114:5131`,
// target: `http://172.18.6.157:8848`,
changeOrigin: true,
pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment