Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng_code
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
mancheng_code
Commits
b7a0ad76
Commit
b7a0ad76
authored
Dec 12, 2024
by
Zhaoxuexia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页数据修改及地图ak过期处理
parent
06568c36
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
16 additions
and
15 deletions
+16
-15
package-lock.json
+0
-0
src/assets/css/pang.TTF
+0
-0
src/assets/css/reset.css
+1
-1
src/main.js
+1
-1
src/views/assess/pages/ass.vue
+1
-1
src/views/atlas/pages/enterprise.vue
+1
-1
src/views/details/institution.vue
+1
-1
src/views/details/platform.vue
+1
-1
src/views/details/school.vue
+1
-1
src/views/index/index_copy.vue
+7
-7
src/views/usercenter/page/support.vue
+1
-1
vue.config.js
+1
-0
No files found.
package-lock.json
View file @
b7a0ad76
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/assets/css/
庞门正道标题体
.TTF
→
src/assets/css/
pang
.TTF
View file @
b7a0ad76
File moved
src/assets/css/reset.css
View file @
b7a0ad76
...
...
@@ -106,7 +106,7 @@ table {
}
@font-face
{
font-family
:
PangMenZhengDao
;
src
:
url(
./庞门正道标题体.ttf
)
;
src
:
url(
pang.TTF
)
;
}
@font-face
{
font-family
:
YouSheBiaoTiHei
;
...
...
src/main.js
View file @
b7a0ad76
...
...
@@ -55,7 +55,7 @@ Vue.prototype.$echarts = echarts;
Vue
.
prototype
.
$copy
=
func
.
copy
;
Vue
.
use
(
BaiduMap
,
{
// ak 是在百度地图开发者平台申请的密钥 详见 http://lbsyun.baidu.com/apiconsole/key */
ak
:
"
j343ekSOoi2qcVRq14WKPNGYfzyS2hWo
"
,
ak
:
"
N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn
"
,
});
new
Vue
({
router
,
...
...
src/views/assess/pages/ass.vue
View file @
b7a0ad76
...
...
@@ -21,7 +21,7 @@
class=
"bm-view"
:center=
"center"
:zoom=
"zoom"
ak=
"
j343ekSOoi2qcVRq14WKPNGYfzyS2hWo
"
ak=
"
N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn
"
:scroll-wheel-zoom=
"true"
>
<bm-boundary
...
...
src/views/atlas/pages/enterprise.vue
View file @
b7a0ad76
...
...
@@ -77,7 +77,7 @@
class=
"bm-view"
:center=
"
{ lng: '115.32 ', lat: '38.95' }"
:zoom="10"
ak="
j343ekSOoi2qcVRq14WKPNGYfzyS2hWo
"
ak="
N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn
"
:scroll-wheel-zoom="true"
>
<bm-boundary
...
...
src/views/details/institution.vue
View file @
b7a0ad76
...
...
@@ -43,7 +43,7 @@
class=
"bm-view"
:center=
"
{ lng: info.lng, lat: info.lat }"
:zoom="15"
ak="
j343ekSOoi2qcVRq14WKPNGYfzyS2hWo
"
ak="
N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn
"
:scroll-wheel-zoom="true"
>
<bm-marker
...
...
src/views/details/platform.vue
View file @
b7a0ad76
...
...
@@ -25,7 +25,7 @@
class=
"bm-view"
:center=
"
{ lng: info.lng, lat: info.lat }"
:zoom="15"
ak="
j343ekSOoi2qcVRq14WKPNGYfzyS2hWo
"
ak="
N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn
"
:scroll-wheel-zoom="true"
>
<bm-marker
...
...
src/views/details/school.vue
View file @
b7a0ad76
...
...
@@ -54,7 +54,7 @@
class=
"bm-view"
:center=
"
{ lng: info.lng, lat: info.lat }"
:zoom="15"
ak="
j343ekSOoi2qcVRq14WKPNGYfzyS2hWo
"
ak="
N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn
"
:scroll-wheel-zoom="true"
>
<bm-marker
...
...
src/views/index/index_copy.vue
View file @
b7a0ad76
...
...
@@ -768,23 +768,23 @@
<div
class=
"enterprise"
>
<ul
class=
"list-num11"
>
<li>
<span
@
click=
"goEpList(1)"
>
上市企业:
{{
table_dic
.
ssqy
}}
家
</span>
<span
@
click=
"goEpList(1)"
>
上市企业:
{{
'1'
||
table_dic
.
ssqy
}}
家
</span>
<span
@
click=
"goEpList(2)"
>
满城区规模以上企业:
354
家
满城区规模以上企业:
151
家
<!--
{{
table_dic
.
gmys
}}
-->
</span>
</li>
<li>
<span
@
click=
"goEpList(3)"
>
高新技术企业:
{{
table_dic
.
gxjs
}}
家
</span>
<span
@
click=
"goEpList(3)"
>
高新技术企业:
{{
'82'
||
table_dic
.
gxjs
}}
家
</span>
<span
@
click=
"goEpList(8)"
>
开发区规模以上工业企业:70余家
</span>
</li>
<li>
<span
@
click=
"goEpList(5)"
>
科技型中小企业:
{{
table_dic
.
kjzx
}}
家
</span>
<span
@
click=
"goEpList(4)"
>
专精特新中小企业:
{{
table_dic
.
zjtx
}}
家
</span>
<span
@
click=
"goEpList(5)"
>
科技型中小企业:
{{
'145'
||
table_dic
.
kjzx
}}
家
</span>
<span
@
click=
"goEpList(4)"
>
专精特新中小企业:
{{
'54'
||
table_dic
.
zjtx
}}
家
</span>
</li>
<li>
<span
@
click=
"goEpList(7)"
>
专精特新示范企业:8
家
</span>
<span
@
click=
"goEpList(6)"
>
创新型中小企业:
72
家
</span>
<span
@
click=
"goEpList(7)"
>
省级技术创新示范企业:2
家
</span>
<span
@
click=
"goEpList(6)"
>
创新型中小企业:
60
家
</span>
</li>
</ul>
</div>
...
...
src/views/usercenter/page/support.vue
View file @
b7a0ad76
...
...
@@ -8,7 +8,7 @@
class=
"bm-view"
:center=
"
{ lng: 116.313481, lat: 39.983223 }"
:zoom="20"
ak="
j343ekSOoi2qcVRq14WKPNGYfzyS2hWo
"
ak="
N3yVkVWKOg8SKwPIBexA4YfcAXRWVhcn
"
:scroll-wheel-zoom="true"
>
<!-- :mapStyle="mapStyle" -->
...
...
vue.config.js
View file @
b7a0ad76
...
...
@@ -4,6 +4,7 @@ function resolve(dir) {
}
module
.
exports
=
{
productionSourceMap
:
false
,
lintOnSave
:
false
,
devServer
:
{
port
:
8080
,
compress
:
true
,
...
...
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