Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
new-sing
h5-base
Commits
2c7438d3
Commit
2c7438d3
authored
Sep 18, 2019
by
谭文海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
fc199e1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
+9
-10
index.html
index.html
+0
-1
main.js
src/main.js
+9
-9
No files found.
index.html
View file @
2c7438d3
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
/>
<meta
name=
"screen-orientation"
content=
"portrait"
>
<!-- uc强制竖屏 -->
<meta
name=
"screen-orientation"
content=
"portrait"
>
<!-- uc强制竖屏 -->
<meta
name=
"x5-orientation"
content=
"portrait"
>
<!-- QQ强制竖屏 -->
<meta
name=
"x5-orientation"
content=
"portrait"
>
<!-- QQ强制竖屏 -->
<meta
http-equiv=
"Content-Security-Policy"
content=
"upgrade-insecure-requests"
>
<title>
唱唱启蒙英语
</title>
<title>
唱唱启蒙英语
</title>
<script>
<script>
// setSize();
// setSize();
...
...
src/main.js
View file @
2c7438d3
...
@@ -11,15 +11,15 @@ import sa from 'sa-sdk-javascript';
...
@@ -11,15 +11,15 @@ import sa from 'sa-sdk-javascript';
import
'mint-ui/lib/style.css'
import
'mint-ui/lib/style.css'
import
scroll
from
"./base/scroll/scroll"
import
scroll
from
"./base/scroll/scroll"
import
{
Popup
,
Lazyload
,
Button
,
Dialog
,
Toast
}
from
'vant'
;
import
{
Popup
,
Lazyload
,
Button
,
Dialog
,
Toast
}
from
'vant'
;
import
{
init
as
initApm
}
from
'@elastic/apm-rum'
//
import { init as initApm } from '@elastic/apm-rum'
var
apm
=
initApm
({
//
var apm = initApm({
// 设置所需的服务名称(允许使用的字符:a-z、A-Z、0-9、-、_ 和空格)
//
// 设置所需的服务名称(允许使用的字符:a-z、A-Z、0-9、-、_ 和空格)
serviceName
:
'ccqm'
,
//
serviceName: 'ccqm',
// 设置定制 APM Server URL(默认值:http://localhost:8200)
//
// 设置定制 APM Server URL(默认值:http://localhost:8200)
serverUrl
:
'http://apm.ops.changchangenglish.com/'
,
//
serverUrl: 'http://apm.ops.changchangenglish.com/',
// 设置服务版本(源地图功能要求)
//
// 设置服务版本(源地图功能要求)
serviceVersion
:
''
//
serviceVersion: ''
})
//
})
Vue
.
config
.
productionTip
=
false
;
Vue
.
config
.
productionTip
=
false
;
//神策埋点
//神策埋点
...
...
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