修改域名等细节信息

This commit is contained in:
978184212@qq.com 2025-11-11 16:22:27 +08:00
parent b38c607bb5
commit a7a0120971
9 changed files with 10 additions and 26 deletions

View File

@ -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"/>

View File

@ -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

View File

@ -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, //

View File

@ -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 //

View File

@ -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:"",

View File

@ -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>

View File

@ -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, //

View File

@ -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: {