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

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

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