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
1f15cda8
Commit
1f15cda8
authored
Sep 16, 2019
by
谭文海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新 main.js
parent
9c1fa6a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
main.js
src/main.js
+4
-5
No files found.
src/main.js
View file @
1f15cda8
...
@@ -11,13 +11,12 @@ import sa from 'sa-sdk-javascript';
...
@@ -11,13 +11,12 @@ 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
*
as
fundebug
from
"fundebug-javascript"
;
import
*
as
fundebug
from
'fundebug-javascript'
;
import
fundebugVue
from
"fundebug-vue"
;
import
fundebugVue
from
'fundebug-vue'
;
fundebug
.
init
({
fundebug
.
apikey
=
'4d414770c72b034dfa896048206a72258ede4e4ad5f9c6c4320d19b7f91a567e'
;
apikey
:
"4d414770c72b034dfa896048206a72258ede4e4ad5f9c6c4320d19b7f91a567e"
})
fundebugVue
(
fundebug
,
Vue
);
fundebugVue
(
fundebug
,
Vue
);
Vue
.
config
.
productionTip
=
false
;
Vue
.
config
.
productionTip
=
false
;
//神策埋点
//神策埋点
Vue
.
prototype
.
$sa
=
sa
;
Vue
.
prototype
.
$sa
=
sa
;
...
...
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