Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-zbpc
Overview
Overview
Details
Activity
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
Administrator
web-zbpc
Commits
224c260a
Commit
224c260a
authored
Jan 08, 2022
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
first commit
parent
b7276943
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
.DS_Store
docs/.DS_Store
+0
-0
index.html
docs/index.html
+9
-9
No files found.
docs/.DS_Store
View file @
224c260a
No preview for this file type
docs/index.html
View file @
224c260a
...
...
@@ -20,14 +20,15 @@
return
flag
}
var
isPc
=
isPcFun
()
var
a
=
window
.
location
.
href
var
b
=
a
.
split
(
'#'
)[
1
]
var
pos
=
b
.
split
(
'?'
)
console
.
log
(
pos
[
0
])
//
var a = window.location.href
//
var b = a.split('#')[1]
//
var pos = b.split('?')
//
console.log(pos[0])
if
(
!
isPc
)
{
if
(
pos
[
0
]
===
'/privacy'
)
{
window
.
location
.
href
=
'http://'
+
window
.
location
.
host
+
'/zbh5/#'
+
pos
[
0
]
+
'?id=1'
}
else
{
// if (pos[0] === '/privacy') {
// window.location.href = 'http://' + window.location.host + '/zbh5/#' + pos[0] + '?id=1'
// } else {
//
// }
window
.
location
.
href
=
'http://'
+
window
.
location
.
host
+
'/zbh5/#/home'
}
}
</script><link
rel=
"shortcut icon"
href=
./logo.ico
><link
href=
./static/css/main.6279de1a0cb460b0ee20ea52f122fc13.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
"https://v1.cnzz.com/z_stat.php?id=1279964973&web_id=1279964973"
></script><script
type=
text/javascript
src=
./static/js/manifest.eb94ac8d77c9f65d2088.js
></script><script
type=
text/javascript
src=
./static/js/vendor.0f904a2f9d54c2874bc3.js
></script><script
type=
text/javascript
src=
./static/js/main.66464ac518064dacac96.js
></script></body></html>
\ No newline at end of file
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