Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
wbx-PCAndMobi
mobi
Commits
d1bf801d
Commit
d1bf801d
authored
May 19, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard根据url来展示
parent
ab6e9a20
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
commenHome.vue
src/views/commenHome.vue
+0
-3
homeXuhui.vue
src/views/homeXuhui.vue
+1
-4
No files found.
src/views/commenHome.vue
View file @
d1bf801d
<
template
>
<
template
>
<div
class=
"content"
>
<div
class=
"content"
>
{{
$api
.
BASE_URL
}}
{{
url
}}
<xuhui
v-if=
"(url).indexOf('xuhui') > -1 || (url).indexOf('31.0.161.39') > -1||(url).indexOf('pudong') > -1 || (url).indexOf('211.136.105.193') > -1"
/>
<xuhui
v-if=
"(url).indexOf('xuhui') > -1 || (url).indexOf('31.0.161.39') > -1||(url).indexOf('pudong') > -1 || (url).indexOf('211.136.105.193') > -1"
/>
<!--
<xuhui
v-if=
"($api.BASE_URL).indexOf('xuhui') > -1 ||
<!--
<xuhui
v-if=
"($api.BASE_URL).indexOf('xuhui') > -1 ||
($api.BASE_URL).indexOf('31.0.161.39') > -1||($api.BASE_URL).indexOf('pudong') > -1 || ($api.BASE_URL).indexOf('211.136.105.193') > -1"
/>
-->
($api.BASE_URL).indexOf('31.0.161.39') > -1||($api.BASE_URL).indexOf('pudong') > -1 || ($api.BASE_URL).indexOf('211.136.105.193') > -1"
/>
-->
...
...
src/views/homeXuhui.vue
View file @
d1bf801d
<
template
>
<
template
>
<div>
<div>
<!-- 浦东 -->
<!-- 浦东 -->
{{
$api
.
BASE_URL
}}
<div
id=
"home"
class=
"layoutPadding"
v-if=
"(url).indexOf('pudong') > -1 || (url).indexOf('211.136.105.193') > -1"
>
{{
url
}}
<div
id=
"home"
class=
"layoutPadding"
v-if=
"(this.$api.BASE_URL).indexOf('pudong') > -1 || (this.$api.BASE_URL).indexOf('211.136.105.193') > -1"
>
<div
class=
"topBox-l"
>
<div
class=
"topBox-l"
>
<div
class=
"inner"
style=
""
>
<div
class=
"inner"
style=
""
>
<div>
<div>
...
@@ -660,7 +658,6 @@ export default {
...
@@ -660,7 +658,6 @@ export default {
data
()
{
data
()
{
return
{
return
{
url
:
window
.
location
.
origin
,
url
:
window
.
location
.
origin
,
ok
,
ok
,
nm
,
nm
,
date
:
new
Date
(),
date
:
new
Date
(),
...
...
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