Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李智书
xzf_uniapp-wechat-web
Commits
68f93d25
Commit
68f93d25
authored
May 20, 2022
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改页面缓存问题;
2.图片加载失败的问题;
parent
cf256569
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
public/index.html
public/index.html
+3
-0
src/pages/SchoolReport/SchoolReport.vue
src/pages/SchoolReport/SchoolReport.vue
+1
-1
src/template.h5.html
src/template.h5.html
+3
-0
No files found.
public/index.html
View file @
68f93d25
...
...
@@ -4,6 +4,9 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>
<meta
http-equiv=
"pragram"
content=
"no-cache"
>
<meta
http-equiv=
"cache-control"
content=
"no-cache, must-revalidate"
>
<meta
http-equiv=
"expires"
content=
"0"
>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./faceico.ico"
/>
<title>
<
%=
htmlWebpackPlugin
.
options
.
title
%
>
...
...
src/pages/SchoolReport/SchoolReport.vue
View file @
68f93d25
...
...
@@ -814,7 +814,7 @@
color
:
'
transparent
'
}
},
extraCssText
:
`width:109px;height:55px;line-height:33rpx;background: no-repeat center/100% url(.
./..
/static/images/consumeTrendbgm.png);
extraCssText
:
`width:109px;height:55px;line-height:33rpx;background: no-repeat center/100% url(./static/images/consumeTrendbgm.png);
font-size:24rpx;font-family: PingFangSC-Medium, PingFang SC;font-weight: 500;
color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`
,
confine
:
true
,
...
...
src/template.h5.html
View file @
68f93d25
...
...
@@ -4,6 +4,9 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>
<meta
http-equiv=
"pragram"
content=
"no-cache"
>
<meta
http-equiv=
"cache-control"
content=
"no-cache, must-revalidate"
>
<meta
http-equiv=
"expires"
content=
"0"
>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./faceico.ico"
/>
<title>
<
%=
htmlWebpackPlugin
.
options
.
title
%
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment