Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
03a6f92b
authored
Mar 03, 2023
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
深茂 统计
parent
98004320
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
32 deletions
resources/views/layouts/app.blade.php
resources/views/layouts/appMall.blade.php
resources/views/layouts/app.blade.php
View file @
03a6f92b
...
...
@@ -10,6 +10,15 @@
@include("common.css")
@yield('css')
<!-- Google tag (gtag.js) -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-FEW2RM8MTJ"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-FEW2RM8MTJ'
);
</script>
<!-- Google tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=UA-251026219-1"
>
</script>
...
...
@@ -20,22 +29,7 @@
gtag
(
'config'
,
'UA-251026219-1'
);
</script>
<script>
!
function
(
f
,
b
,
e
,
v
,
n
,
t
,
s
)
{
if
(
f
.
fbq
)
return
;
n
=
f
.
fbq
=
function
(){
n
.
callMethod
?
n
.
callMethod
.
apply
(
n
,
arguments
):
n
.
queue
.
push
(
arguments
)};
if
(
!
f
.
_fbq
)
f
.
_fbq
=
n
;
n
.
push
=
n
;
n
.
loaded
=!
0
;
n
.
version
=
'2.0'
;
n
.
queue
=
[];
t
=
b
.
createElement
(
e
);
t
.
async
=!
0
;
t
.
src
=
v
;
s
=
b
.
getElementsByTagName
(
e
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
)}(
window
,
document
,
'script'
,
'https://connect.facebook.net/en_US/fbevents.js'
);
fbq
(
'init'
,
'492184879780601'
);
fbq
(
'track'
,
'PageView'
);
</script>
<noscript><img
height=
"1"
width=
"1"
style=
"display:none"
src=
"https://www.facebook.com/tr?id=492184879780601&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body>
...
...
resources/views/layouts/appMall.blade.php
View file @
03a6f92b
...
...
@@ -10,6 +10,15 @@
@include("common.css")
@yield('css')
<!-- Google tag (gtag.js) -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-FEW2RM8MTJ"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-FEW2RM8MTJ'
);
</script>
<!-- Google tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=UA-251026219-1"
>
</script>
...
...
@@ -20,22 +29,7 @@
gtag
(
'config'
,
'UA-251026219-1'
);
</script>
<script>
!
function
(
f
,
b
,
e
,
v
,
n
,
t
,
s
)
{
if
(
f
.
fbq
)
return
;
n
=
f
.
fbq
=
function
(){
n
.
callMethod
?
n
.
callMethod
.
apply
(
n
,
arguments
):
n
.
queue
.
push
(
arguments
)};
if
(
!
f
.
_fbq
)
f
.
_fbq
=
n
;
n
.
push
=
n
;
n
.
loaded
=!
0
;
n
.
version
=
'2.0'
;
n
.
queue
=
[];
t
=
b
.
createElement
(
e
);
t
.
async
=!
0
;
t
.
src
=
v
;
s
=
b
.
getElementsByTagName
(
e
)[
0
];
s
.
parentNode
.
insertBefore
(
t
,
s
)}(
window
,
document
,
'script'
,
'https://connect.facebook.net/en_US/fbevents.js'
);
fbq
(
'init'
,
'492184879780601'
);
fbq
(
'track'
,
'PageView'
);
</script>
<noscript><img
height=
"1"
width=
"1"
style=
"display:none"
src=
"https://www.facebook.com/tr?id=492184879780601&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body>
<div
id=
"app"
>
...
...
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