Commit e6ab5fab authored by 郭铭瑶's avatar 郭铭瑶 🤘

更新

parent 63188606
File added
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<title>dashboard</title> <title>广东省专题</title>
<style> <style>
html { html {
font-size: 1.6vh; font-size: 1.6vh;
} }
</style> </style>
<script language="javascript" src="http://webapi.amap.com/maps?v=1.4.15&key=ee2b5d5c0c44c768f1d2593eb4a7dfa6&plugin=Map3D,AMap.DistrictSearch,AMap.ControlBar"></script> <!-- <script language="javascript" src="http://webapi.amap.com/maps?v=1.4.15&key=ee2b5d5c0c44c768f1d2593eb4a7dfa6&plugin=Map3D,AMap.DistrictSearch,AMap.ControlBar"></script> -->
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
......
...@@ -3,7 +3,7 @@ let FILE_URL = '' ...@@ -3,7 +3,7 @@ let FILE_URL = ''
switch (process.env.NODE_ENV) { switch (process.env.NODE_ENV) {
case 'production': case 'production':
IMG_URL = 'http://10.221.1.181:8080/dist/static/' IMG_URL = 'http://10.221.1.181:8080/dist/static/'
FILE_URL = '/static/' FILE_URL = '/dist/static/'
break break
default: default:
IMG_URL = 'http://localhost:8080/static/' IMG_URL = 'http://localhost:8080/static/'
......
...@@ -104,7 +104,6 @@ export default { ...@@ -104,7 +104,6 @@ export default {
background transparent background transparent
p p
text-align left text-align left
font-size 0.5rem
width 20% width 20%
padding 0 0.5rem padding 0 0.5rem
img img
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment