Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_backstage
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_backstage
Commits
2af1b167
提交
2af1b167
authored
11月 08, 2023
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改展览列表图片的宽高大小
上级
51947e87
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
29 行增加
和
21 行删除
+29
-21
index.html
public/index.html
+23
-15
index.vue
src/views/display/index.vue
+2
-2
vue.config.js
vue.config.js
+4
-4
没有找到文件。
public/index.html
浏览文件 @
2af1b167
<!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
src/views/display/index.vue
浏览文件 @
2af1b167
...
...
@@ -112,8 +112,8 @@
:src=
"$getFullUrl(scope.faceImagePressUrl || scope.faceImageUrl)"
alt=
"暂无图片"
v-if=
"$getFullUrl(scope.faceImagePressUrl || scope.faceImageUrl)"
style=
"cursor: pointer"
width=
"10
0px"
style=
"cursor: pointer
; object-fit: contain
"
height=
"6
0px"
@
click=
"handelPreviewImages(scope.faceImageUrl)"
/>
</
template
>
...
...
vue.config.js
浏览文件 @
2af1b167
...
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论