提交 2af1b167 authored 作者: 龙菲's avatar 龙菲

修改展览列表图片的宽高大小

上级 51947e87
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= webpackConfig.name %></title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>
<%= webpackConfig.name %>
</title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it
to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
\ No newline at end of file
......@@ -112,8 +112,8 @@
:src="$getFullUrl(scope.faceImagePressUrl || scope.faceImageUrl)"
alt="暂无图片"
v-if="$getFullUrl(scope.faceImagePressUrl || scope.faceImageUrl)"
style="cursor: pointer"
width="100px"
style="cursor: pointer; object-fit: contain"
height="60px"
@click="handelPreviewImages(scope.faceImageUrl)"
/>
</template>
......
......@@ -41,8 +41,8 @@ module.exports = {
},
proxy: {
'/api': {
// target: 'http://114.115.157.218:9603/api',//生产
target: 'http://222.85.214.245:9603/api',//公司服务器外网
target: 'http://114.115.157.218:9603/api',//生产
// target: 'http://222.85.214.245:9603/api',//公司服务器外网
// target: 'http://192.168.1.230:9603/api',//公司服务器
changeOrigin: true,
pathRewrite: {
......@@ -50,8 +50,8 @@ module.exports = {
}
},
'/files': {
// target: 'http://114.115.157.218:9603/files',//生产
target: 'http://222.85.214.245:9603/files',//公司服务器外网
target: 'http://114.115.157.218:9603/files',//生产
// target: 'http://222.85.214.245:9603/files',//公司服务器外网
// target: 'http://192.168.1.230:9603/files',//公司服务器
changeOrigin: true,
pathRewrite: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论