修改域名等细节信息
This commit is contained in:
parent
b38c607bb5
commit
a7a0120971
|
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>河津市农业面源污染在线监测平台</title>
|
||||
<title>汾西县黄河流域农业面源污染平台</title>
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>reset.css">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>layui/dist/css/layui.css">
|
||||
<link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import axios from "axios";
|
||||
import router from '@/router'
|
||||
const requests = axios.create({
|
||||
baseURL:"/zh-api",
|
||||
baseURL:"/lh-api",
|
||||
timeout:5000,
|
||||
});
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 62 KiB |
|
|
@ -357,7 +357,7 @@ export default {
|
|||
name: "CqyzList",
|
||||
data(){
|
||||
return {
|
||||
urlimg:'https://mybs.sxcooh.com/zh-api/sys/common/static/',
|
||||
urlimg:'https://fxnsp.zgzhny.com/lh-api/sys/common/static/',
|
||||
player: null,
|
||||
enableZ:false, //默认关闭电子放大
|
||||
play: false, //默认停止播放
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
element-loading-background="rgba(0, 0, 0, 0.8)"
|
||||
>
|
||||
<div class="nav">
|
||||
<span class="nav_ti nav_mag">河津市农业面源污染在线监测平台</span>
|
||||
<span class="nav_ti nav_mag">汾西县黄河流域农业面源污染平台</span>
|
||||
<span class="nav_tit">治理效果评价与预警一张图</span>
|
||||
</div>
|
||||
<div class="nav_btn">
|
||||
|
|
@ -505,7 +505,7 @@ export default {
|
|||
},
|
||||
data(){
|
||||
return {
|
||||
urlimg:'https://mybs.sxcooh.com/zh-api/sys/common/static/',
|
||||
urlimg:'https://fxnsp.zgzhny.com/lh-api/sys/common/static/',
|
||||
isShow: true,
|
||||
nowTime: '',
|
||||
briefconCode:"",
|
||||
|
|
@ -736,7 +736,6 @@ export default {
|
|||
markerData.forEach((item,index) => {
|
||||
var marker = new AMap.Marker({
|
||||
icon: this.urlimg + item.picUrl, //点标记图片路径
|
||||
// icon:'https://mybs.sxcooh.com/zh-api/sys/common/static/sys/pestlight.png',
|
||||
position:[item.longitude,item.latitude], //位置
|
||||
offset: new AMap.Pixel(item.width,item.height),//偏移量
|
||||
// offset: item.offset //偏移
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
element-loading-background="rgba(0, 0, 0, 0.8)"
|
||||
>
|
||||
<div class="nav">
|
||||
<span class="nav_ti nav_mag">河津市农业面源污染在线监测平台</span>
|
||||
<span class="nav_ti nav_mag">汾西县黄河流域农业面源污染平台</span>
|
||||
<span class="nav_tit">治理效果评价与预警一张图</span>
|
||||
</div>
|
||||
<div class="nav_btn">
|
||||
|
|
@ -603,7 +603,7 @@ export default {
|
|||
},
|
||||
data(){
|
||||
return {
|
||||
urlimg:'https://mybs.sxcooh.com/zh-api/sys/common/static/',
|
||||
urlimg:'https://fxnsp.zgzhny.com/lh-api/sys/common/static/',
|
||||
isShow: true,
|
||||
nowTime: '',
|
||||
briefconCode:"",
|
||||
|
|
|
|||
|
|
@ -33,21 +33,6 @@
|
|||
<el-button class="login_btn_anniu" type="primary" @click="submitForm('ruleForm')">登 录</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<!-- <div class="loginipt">
|
||||
<img src="@/assets/image/login_title_img.png" alt="" class="login_title_img">
|
||||
<div class="loginipt_list1">
|
||||
<img src="@/assets/image/login_icon_zhanghu.png" alt="" class="login_icon_zhanghu">
|
||||
<input type="text" class="login_iptnum" placeholder="请输入账号">
|
||||
</div>
|
||||
<div class="loginipt_list1">
|
||||
<img src="@/assets/image/login_icon_mima.png" alt="" class="login_icon_zhanghu">
|
||||
<input type="text" class="login_iptnum" placeholder="请输入密码">
|
||||
</div>
|
||||
<div class="login_btn_anniu">
|
||||
<span>登录</span>
|
||||
</div>
|
||||
|
||||
</div> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -478,7 +478,7 @@ export default {
|
|||
name: "MywrList",
|
||||
data(){
|
||||
return {
|
||||
urlimg:'https://mybs.sxcooh.com/zh-api/sys/common/static/',
|
||||
urlimg:'https://fxnsp.zgzhny.com/lh-api/sys/common/static/',
|
||||
player: null,
|
||||
enableZ:false, //默认关闭电子放大
|
||||
play: false, //默认停止播放
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ const { defineConfig } = require('@vue/cli-service')
|
|||
module.exports = defineConfig({
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/zh-api': {//匹配所有以/api开头的路径
|
||||
'/lh-api': {//匹配所有以/api开头的路径
|
||||
// target: 'https://zy.sxzooh.com',//代理目标的基础路径
|
||||
target: 'https://mybs.sxcooh.com/',//正式域名
|
||||
target: 'https://fxnsp.sxcooh.com/',//正式域名
|
||||
}
|
||||
},
|
||||
client: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue