Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
east-nanjing-new
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
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
郭铭瑶
east-nanjing-new
Commits
598631ec
Commit
598631ec
authored
Sep 16, 2022
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ip更换
parent
522cbf07
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
index.html
index.html
+1
-1
api.ts
src/ajax/api.ts
+2
-2
test-map.html
src/components/MyComponent/MyMap/test-map.html
+1
-1
community-video.vue
src/view/new-community/community-video.vue
+1
-1
No files found.
index.html
View file @
598631ec
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<body>
<body>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
<script
src=
"http://10.251.
20
.1/hp_map/js/index_v1.0.js"
></script>
<script
src=
"http://10.251.
32
.1/hp_map/js/index_v1.0.js"
></script>
<!-- <script src="/SMap.min.js"></script> -->
<!-- <script src="/SMap.min.js"></script> -->
<!-- <script src="/dev/SMap.min.js"></script> -->
<!-- <script src="/dev/SMap.min.js"></script> -->
<!-- <script src="/Plugins.min.js"></script> -->
<!-- <script src="/Plugins.min.js"></script> -->
...
...
src/ajax/api.ts
View file @
598631ec
...
@@ -3,8 +3,8 @@ let SOURCE_URL = ''
...
@@ -3,8 +3,8 @@ let SOURCE_URL = ''
switch
(
process
.
env
.
NODE_ENV
)
{
switch
(
process
.
env
.
NODE_ENV
)
{
case
'production'
:
case
'production'
:
// 政务网生产环境
// 政务网生产环境
BASE_URL
=
'http://10.251.
20
.1/nd-api'
BASE_URL
=
'http://10.251.
32
.1/nd-api'
SOURCE_URL
=
'http://10.251.
20
.1/nd-file/'
SOURCE_URL
=
'http://10.251.
32
.1/nd-file/'
// // 政务网生产环境,设置了代理api
// // 政务网生产环境,设置了代理api
// BASE_URL = '/nd-api'
// BASE_URL = '/nd-api'
...
...
src/components/MyComponent/MyMap/test-map.html
View file @
598631ec
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<body>
<body>
<div
id=
"testMap"
></div>
<div
id=
"testMap"
></div>
</body>
</body>
<script
src=
"http://10.251.
20
.1/hp_map/js/index_v1.0.js"
></script>
<script
src=
"http://10.251.
32
.1/hp_map/js/index_v1.0.js"
></script>
<script>
<script>
var
jMap
=
new
JMap
();
var
jMap
=
new
JMap
();
var
map_params
=
{
var
map_params
=
{
...
...
src/view/new-community/community-video.vue
View file @
598631ec
...
@@ -121,7 +121,7 @@ export default defineComponent({
...
@@ -121,7 +121,7 @@ export default defineComponent({
urls
[
i
]
&&
urls
[
i
]
&&
urls
[
i
]
urls
[
i
]
.
replace
(
'https'
,
'http'
)
.
replace
(
'https'
,
'http'
)
.
replace
(
'open.ys7.com'
,
'10.251.
20
.1'
)
.
replace
(
'open.ys7.com'
,
'10.251.
32
.1'
)
}
else
{
}
else
{
item
.
video
=
urls
[
i
]
item
.
video
=
urls
[
i
]
}
}
...
...
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