修改珐著网址链接https://www.f-zhu.com
This commit is contained in:
parent
b26cea5a1c
commit
fd2f1c89f0
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
<div class="content-right">
|
||||
<i></i>
|
||||
<h4 id="company">山西腾狮科技有限公司</h4>
|
||||
<h4 id="company">河北雄安珐著科技有限公司 </h4>
|
||||
<span id="jianjie">是一家以软件开发、业务为主的科技型公司</span>
|
||||
<p class="message"></p>
|
||||
</div>
|
||||
@ -68,7 +68,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
fetchData() {
|
||||
axios.get('http://101.200.88.219:8081/operator/app/content/listByIdentifyingrelease/aboutUsLeft').then(response => {
|
||||
axios.get('https://www.f-zhu.com/operator/app/content/listByIdentifyingrelease/aboutUsLeft').then(response => {
|
||||
const message = document.querySelector('.message')
|
||||
const company = document.querySelector('#company')
|
||||
const jianjie = document.querySelector('#jianjie')
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="box-top">
|
||||
<div class="box-left-logo">
|
||||
<!-- <a href="#"> -->
|
||||
<a href="http://101.200.88.219:8081">
|
||||
<a href="https://www.f-zhu.com/">
|
||||
<!-- <img src="/assets/img/footerlogo1.png" alt=""> -->
|
||||
<img src="/assets/img/footerlogo22.png" alt="">
|
||||
</a>
|
||||
@ -39,10 +39,10 @@
|
||||
</ul>
|
||||
<ul class="right">
|
||||
<li>
|
||||
<a href="http://101.200.88.219:8081/UserAgreement.html" target="_blank">服务协议</a>
|
||||
<a href="https://www.f-zhu.com/UserAgreement.html" target="_blank">服务协议</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://101.200.88.219:8081/PrivacyPolicy.html" target="_blank">隐私条款</a>
|
||||
<a href="https://www.f-zhu.com/PrivacyPolicy.html" target="_blank">隐私条款</a>
|
||||
</li>
|
||||
<li><router-link to="/Report">举报</router-link></li>
|
||||
</ul>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="nav" class="header-nav" :class="{ 'fixed-nav': isFixed }" v-show="HeaderNav">
|
||||
<div class="box">
|
||||
<a class="nav-icon" href="http://101.200.88.219:8081" @click="gotoHomePage">
|
||||
<a class="nav-icon" href="https://www.f-zhu.com" @click="gotoHomePage">
|
||||
<img :src="logoSrc" alt="首页logo">
|
||||
</a>
|
||||
<div class="nav router-container" :class="routerColor">
|
||||
@ -45,9 +45,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="login-register">
|
||||
<a id="login" href="http://101.200.88.219:8081/operator/" :class="loginClass">登录</a>
|
||||
<a id="login" href="https://www.f-zhu.com/operator/" :class="loginClass">登录</a>
|
||||
|
||||
<a id="register" href="http://101.200.88.219:8081/Register.html">免费注册</a>
|
||||
<a id="register" href="https://www.f-zhu.com/Register.html">免费注册</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -204,7 +204,7 @@ export default {
|
||||
let contentBox = document.querySelector('.contentBox')
|
||||
|
||||
if(detail === 1 ) {
|
||||
var url = 'http://101.200.88.219:8081/operator/app/help-detail/listrelease?helpTypeId=' + contendId
|
||||
var url = 'https://www.f-zhu.com/operator/app/help-detail/listrelease?helpTypeId=' + contendId
|
||||
axios.get(url).then(response => {
|
||||
// console.log(response.data)
|
||||
var content = response.data[0].richContent
|
||||
@ -219,7 +219,7 @@ export default {
|
||||
},
|
||||
|
||||
getData () {
|
||||
axios.get(`http://101.200.88.219:8081/operator/app/help-detail/listpagerelease/${this.pageSize}/${this.currentPage}?keywords=${this.searchQuery}`)
|
||||
axios.get(`https://www.f-zhu.com/operator/app/help-detail/listpagerelease/${this.pageSize}/${this.currentPage}?keywords=${this.searchQuery}`)
|
||||
.then(response => {
|
||||
console.log(response.data);
|
||||
this.xs1 = false
|
||||
@ -303,7 +303,7 @@ export default {
|
||||
this.xs2 = false
|
||||
var detailContentId = menId
|
||||
let contentBox = document.querySelector('.contentBox')
|
||||
var url = 'http://101.200.88.219:8081/operator/app/help-detail/listrelease?helpTypeId=' + detailContentId
|
||||
var url = 'https://www.f-zhu.com/operator/app/help-detail/listrelease?helpTypeId=' + detailContentId
|
||||
axios.get(url).then(response => {
|
||||
// console.log(response.data[0].richContent);
|
||||
contentBox.innerHTML = response.data[0].richContent
|
||||
@ -312,7 +312,7 @@ export default {
|
||||
defaultData() {
|
||||
this.result0 = false
|
||||
this.result1 = false
|
||||
axios.get(`http://101.200.88.219:8081/operator/app/help-detail/listrelease?helpTypeId=${this.contentId0}`).then(response => {
|
||||
axios.get(`https://www.f-zhu.com/operator/app/help-detail/listrelease?helpTypeId=${this.contentId0}`).then(response => {
|
||||
this.contentOne = response.data[0].richContent
|
||||
this.contentId0 = response.data[0].id
|
||||
var content0 = response.data[0].richContent
|
||||
@ -328,11 +328,11 @@ export default {
|
||||
document.querySelector('#txtInput').value = ''
|
||||
this.xs1 = true
|
||||
this.xs2 = false
|
||||
axios.get('http://101.200.88.219:8081/operator/app/help-type/helpAllListrelease').then(response => {
|
||||
axios.get('https://www.f-zhu.com/operator/app/help-type/helpAllListrelease').then(response => {
|
||||
this.items = response.data
|
||||
this.contentId0 = response.data[0].id
|
||||
|
||||
axios.get(`http://101.200.88.219:8081/operator/app/help-detail/listrelease?helpTypeId=${this.contentId0}`).then(response => {
|
||||
axios.get(`https://www.f-zhu.com/operator/app/help-detail/listrelease?helpTypeId=${this.contentId0}`).then(response => {
|
||||
this.contentOne = response.data[0].richContent
|
||||
this.contentId0 = response.data[0].id
|
||||
var content0 = response.data[0].richContent
|
||||
|
@ -16,8 +16,8 @@
|
||||
</div>
|
||||
<p>珐著科技累计辅助编写资料<em>{{number1}}</em>万套,通过平台代办下发证书<em>{{number2}}</em>万件</p>
|
||||
<div class="button-box">
|
||||
<button><a href="http://101.200.88.219:8081/operator/">免费试用</a></button>
|
||||
<button><a href="http://101.200.88.219:8081/operator/">立即前往</a></button>
|
||||
<button><a href="https://www.f-zhu.com/operator/">免费试用</a></button>
|
||||
<button><a href="https://www.f-zhu.com/operator/">立即前往</a></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -257,7 +257,7 @@ export default {
|
||||
},
|
||||
|
||||
startData() {
|
||||
const dataUrl = 'http://101.200.88.219:8081/copyright/api/env/custom/get-proj-counts'
|
||||
const dataUrl = 'https://www.f-zhu.com/copyright/api/env/custom/get-proj-counts'
|
||||
axios.get(dataUrl).then(response => {
|
||||
// console.log(response.data.data);
|
||||
this.number1 = response.data.data[0]
|
||||
@ -280,11 +280,11 @@ export default {
|
||||
},
|
||||
// 飘窗所需图片内容
|
||||
floatContent() {
|
||||
axios.get('http://101.200.88.219:8081/operator/app/content/listByIdentifyingrelease/bayWindow').then(response => {
|
||||
axios.get('https://www.f-zhu.com/operator/app/content/listByIdentifyingrelease/bayWindow').then(response => {
|
||||
// console.log(response.data)
|
||||
if (response.data.length != 0) {
|
||||
const imgFolat = response.data[0].photo
|
||||
this.floatImg = `http://101.200.88.219:8081/operator/route/file/download/true/${imgFolat}`
|
||||
this.floatImg = `https://www.f-zhu.com/operator/route/file/download/true/${imgFolat}`
|
||||
this.contentId = response.data[0].contentId
|
||||
this.title = response.data[0].title
|
||||
this.sportStatus = true
|
||||
@ -333,7 +333,7 @@ export default {
|
||||
},
|
||||
// 飘窗跳转
|
||||
windowSkip() {
|
||||
window.open(`http://101.200.88.219:8081/operator/route/content/view?contentId=${this.contentId}&title=${this.title}`);
|
||||
window.open(`https://www.f-zhu.com/operator/route/content/view?contentId=${this.contentId}&title=${this.title}`);
|
||||
},
|
||||
},
|
||||
|
||||
|
@ -240,13 +240,13 @@ export default {
|
||||
|
||||
fetchData1() {
|
||||
// 产品动态首页3个 不分类型
|
||||
const urlbox1 = `http://101.200.88.219:8081/operator/app/news/toprelease`
|
||||
const urlbox1 = `https://www.f-zhu.com/operator/app/news/toprelease`
|
||||
|
||||
// 产品动态首页 公司动态4个
|
||||
const urlbox2 = `http://101.200.88.219:8081/operator/app/news/toprelease?showCount=4&newsType=${this.companyNews}`
|
||||
const urlbox2 = `https://www.f-zhu.com/operator/app/news/toprelease?showCount=4&newsType=${this.companyNews}`
|
||||
|
||||
// 产品动态首页 行业资讯3个
|
||||
const urlbox3 = `http://101.200.88.219:8081/operator/app/news/toprelease?showCount=3&newsType=${this.industryConsulting}`
|
||||
const urlbox3 = `https://www.f-zhu.com/operator/app/news/toprelease?showCount=3&newsType=${this.industryConsulting}`
|
||||
|
||||
// 产品动态3个 不分类型
|
||||
axios.get(urlbox1)
|
||||
@ -255,7 +255,7 @@ export default {
|
||||
let data1 = Response1.data
|
||||
data1.forEach(item1 => {
|
||||
// 图片
|
||||
item1.coverPhoto1 = `http://101.200.88.219:8081/operator/route/file/download/true/${item1.coverPhoto}`
|
||||
item1.coverPhoto1 = `https://www.f-zhu.com/operator/route/file/download/true/${item1.coverPhoto}`
|
||||
})
|
||||
this.box1data = Response1.data
|
||||
})
|
||||
@ -269,7 +269,7 @@ export default {
|
||||
// console.log(Response2.data)
|
||||
let data2 = Response2.data
|
||||
data2.forEach(item2 => {
|
||||
item2.coverPhoto2 = `http://101.200.88.219:8081/operator/route/file/download/true/${item2.coverPhoto}`
|
||||
item2.coverPhoto2 = `https://www.f-zhu.com/operator/route/file/download/true/${item2.coverPhoto}`
|
||||
})
|
||||
this.box2data = Response2.data
|
||||
})
|
||||
@ -283,7 +283,7 @@ export default {
|
||||
// console.log(Response3.data)
|
||||
let data3 = Response3.data
|
||||
data3.forEach(item3 => {
|
||||
item3.coverPhoto3 = `http://101.200.88.219:8081/operator/route/file/download/true/${item3.coverPhoto}`
|
||||
item3.coverPhoto3 = `https://www.f-zhu.com/operator/route/file/download/true/${item3.coverPhoto}`
|
||||
})
|
||||
this.box3data = Response3.data
|
||||
// 分割数据
|
||||
@ -296,15 +296,15 @@ export default {
|
||||
},
|
||||
fetchData2(newsType) {
|
||||
// 产品动态 查看更多
|
||||
const urlbox4 = `http://101.200.88.219:8081/operator/app/news/listpagerelease?newsType=${newsType}`
|
||||
// const urlbox41 = `http://101.200.88.219:8081/operator/app/news/listpagerelease?newsType=${newsType}&page=${this.currentPage}&rows=${this.pageSize}`
|
||||
const urlbox4 = `https://www.f-zhu.com/operator/app/news/listpagerelease?newsType=${newsType}`
|
||||
// const urlbox41 = `https://www.f-zhu.com/operator/app/news/listpagerelease?newsType=${newsType}&page=${this.currentPage}&rows=${this.pageSize}`
|
||||
|
||||
axios.get(urlbox4)
|
||||
.then(Response4 => {
|
||||
// console.log(Response4.data)
|
||||
let data4 = Response4.data.rows
|
||||
data4.forEach(item4 => {
|
||||
item4.coverPhoto4 = `http://101.200.88.219:8081/operator/route/file/download/true/${item4.coverPhoto}`
|
||||
item4.coverPhoto4 = `https://www.f-zhu.com/operator/route/file/download/true/${item4.coverPhoto}`
|
||||
})
|
||||
this.box4data = Response4.data.rows
|
||||
this.splitData2();
|
||||
@ -341,8 +341,8 @@ export default {
|
||||
|
||||
fetchData3(newsId,newsType) {
|
||||
// 产品动态 查看详情
|
||||
const urlbox51 = `http://101.200.88.219:8081/operator/app/news/getrelease/${newsId}`
|
||||
const urlbox52 = `http://101.200.88.219:8081/operator/app/news/listpagerelease?newsType=${newsType}`
|
||||
const urlbox51 = `https://www.f-zhu.com/operator/app/news/getrelease/${newsId}`
|
||||
const urlbox52 = `https://www.f-zhu.com/operator/app/news/listpagerelease?newsType=${newsType}`
|
||||
|
||||
axios.get(urlbox51)
|
||||
.then(Response51 => {
|
||||
@ -369,7 +369,7 @@ export default {
|
||||
},
|
||||
|
||||
fetchDataPageSize() {
|
||||
const urlbox41 = `http://101.200.88.219:8081/operator/app/news/listpagerelease?newsType=${this.listNewsType}&page=${this.currentPage}&rows=${this.pageSize}`
|
||||
const urlbox41 = `https://www.f-zhu.com/operator/app/news/listpagerelease?newsType=${this.listNewsType}&page=${this.currentPage}&rows=${this.pageSize}`
|
||||
|
||||
axios.get(urlbox41)
|
||||
.then(Response41 => {
|
||||
@ -378,7 +378,7 @@ export default {
|
||||
// console.log(Response41.data.total)
|
||||
let data41 = Response41.data.rows
|
||||
data41.forEach(item41 => {
|
||||
item41.coverPhoto41 = `http://101.200.88.219:8081/operator/route/file/download/true/${item41.coverPhoto}`
|
||||
item41.coverPhoto41 = `https://www.f-zhu.com/operator/route/file/download/true/${item41.coverPhoto}`
|
||||
})
|
||||
this.dtList = Response41.data.rows
|
||||
this.total = Response41.data.total
|
||||
|
@ -186,7 +186,7 @@ export default {
|
||||
return
|
||||
}
|
||||
|
||||
const apiUrl = `http://101.200.88.219:8081/operator-plugin/app/complaint/sendmsgrelease/${phoneVal}`
|
||||
const apiUrl = `https://www.f-zhu.com/operator-plugin/app/complaint/sendmsgrelease/${phoneVal}`
|
||||
// const apiUrl = `http://192.168.0.15:8099/operator-plugin/app/complaint/sendmsgrelease/${phoneVal}`
|
||||
|
||||
axios.get(apiUrl).then(res => {
|
||||
@ -355,7 +355,7 @@ export default {
|
||||
var jbtextVal = $("#jbtext").val();
|
||||
var phoneVal = $("#phone").val();
|
||||
var inputyzmValue = $('#inputyzm').val();
|
||||
var url = 'http://101.200.88.219:8081/operator-plugin/app/complaint/saverelease'
|
||||
var url = 'https://www.f-zhu.com/operator-plugin/app/complaint/saverelease'
|
||||
// var url = 'http://192.168.0.15:8099/operator-plugin/app/complaint/saverelease'
|
||||
|
||||
|
||||
@ -443,7 +443,7 @@ export default {
|
||||
this.msgList = false;
|
||||
this.msgBox = false;
|
||||
// 跳转到首页
|
||||
window.location.href = 'http://www.aimzhu.com';
|
||||
window.location.href = 'https://www.f-zhu.com';
|
||||
|
||||
},
|
||||
closeTips() {
|
||||
@ -617,7 +617,7 @@ losephone2() {
|
||||
// 当点击查询按钮时,应该执行的操作
|
||||
var phoneList = $("#phoneList").val();
|
||||
var inputyzmList = $('#inputyzmList').val();
|
||||
var url = `http://101.200.88.219:8081/operator-plugin/app/complaint/listrelease/${phoneList}/${inputyzmList}`
|
||||
var url = `https://www.f-zhu.com/operator-plugin/app/complaint/listrelease/${phoneList}/${inputyzmList}`
|
||||
// var url = `http://192.168.0.15:8099/operator-plugin/app/complaint/listrelease/${phoneList}/${inputyzmList}`
|
||||
|
||||
axios.get(url).then(response => {
|
||||
|
@ -117,7 +117,7 @@
|
||||
</div>
|
||||
<div class="right">
|
||||
<p><em>¥</em><i>298.00</i>/件</p>
|
||||
<a href="http://101.200.88.219:8081/operator/">立即抢购</a>
|
||||
<a href="https://www.f-zhu.com/operator/">立即抢购</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -144,7 +144,7 @@
|
||||
<el-table-column prop="距离下架" label="距离下架" />
|
||||
</el-table>
|
||||
|
||||
<a class="goBuy" href="http://101.200.88.219:8081/operator/">去购买</a>
|
||||
<a class="goBuy" href="https://www.f-zhu.com/operator/">去购买</a>
|
||||
<el-pagination
|
||||
class="pagination"
|
||||
@size-change="handleSizeChange"
|
||||
|
Loading…
Reference in New Issue
Block a user