Browse Source

域名修改

pull/1/head
kuaileWu 6 months ago
parent
commit
4905d56eba
  1. 4
      home.html
  2. 4
      style/js/index.js

4
home.html

@ -26,7 +26,7 @@
</div> </div>
<div class="right"> <div class="right">
<div class="right_btn activebtn">论文写作</div> <div class="right_btn activebtn">论文写作</div>
<div class="right_btn"><a href="http://aitest.chachongz.com/report2" target="_blank" <div class="right_btn"><a href="/report2" target="_blank"
rel="noopener noreferrer">报告下载</a></div> rel="noopener noreferrer">报告下载</a></div>
</div> </div>
</header> </header>
@ -417,7 +417,7 @@
</div> </div>
{literal} {literal}
<script> <script>
var service_domain = 'http://aitest.chachongz.com/' var service_domain = location.origin+'/'
$(document).ready(function () { $(document).ready(function () {
// 等待页面加载完毕 // 等待页面加载完毕
$(window).on('load', function () { $(window).on('load', function () {

4
style/js/index.js

@ -4,7 +4,7 @@ $(document).ready(function() {
var notChecked = ''; var notChecked = '';
var checked = ''; var checked = '';
var payResultTimer = null; var payResultTimer = null;
var service_domain = 'http://aitest.chachongz.com/' var service_domain = location.origin+'/'
var isPayDialog = false var isPayDialog = false
var allPostData=new Object() var allPostData=new Object()
//获取服务项目具体信息 //获取服务项目具体信息
@ -380,7 +380,7 @@ $(document).ready(function() {
clearhisText()//清空记录 clearhisText()//清空记录
var t = $('li.active_select').attr('type'); var t = $('li.active_select').attr('type');
if(t =='96'){ if(t =='96'){
location.href = 'http://aitest.chachongz.com/aippt' location.href = location.origin+'/aippt'
return return
} }
if(t =='94'){//字数 if(t =='94'){//字数

Loading…
Cancel
Save