Commit 264e71c2 by 严立

添加正式环境域名

问题优化
parent 25087038
...@@ -4,10 +4,15 @@ let output = { ...@@ -4,10 +4,15 @@ let output = {
// resources: 'http://bid-web.meiqicloud.com/', // resources: 'http://bid-web.meiqicloud.com/',
// agentSignIn: 'http://bid-vue.meiqicloud.com/' // agentSignIn: 'http://bid-vue.meiqicloud.com/'
// 正式路径 // 测试环境
// base: '/Api/',
// resources: 'http://bid-web.meiqicloud.com',
// agentSignIn: 'http://bid-vue.meiqicloud.com/'
// 正式环境
base: '/Api/', base: '/Api/',
resources: 'http://bid-web.meiqicloud.com', resources: 'https://www.fjbidding.com',
agentSignIn: 'http://bid-vue.meiqicloud.com/' agentSignIn: 'https://www.fjbidding.com/admin/'
} }
output.uploadFile = output.base + 'bid/common/webupload/upload' output.uploadFile = output.base + 'bid/common/webupload/upload'
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</div> </div>
</div> </div>
<el-dialog title="请选择支付方式" :visible.sync="winDialog" :lock-scroll="false" width="600px" :close-on-click-modal="false" @close="onCloseDialog()"> <el-dialog title="" :visible.sync="winDialog" :lock-scroll="false" width="600px" :close-on-click-modal="false" @close="onCloseDialog()">
<div class="pay row con-c align-s"> <div class="pay row con-c align-s">
<!-- <el-radio v-model="payway" class="pay-way row align-c" :class="payway === '1' ? 'pay-way-active' : ''" label="1" @change="onChangeRadio"> <!-- <el-radio v-model="payway" class="pay-way row align-c" :class="payway === '1' ? 'pay-way-active' : ''" label="1" @change="onChangeRadio">
<img src="../../assets/pay00.png" alt=""> <img src="../../assets/pay00.png" alt="">
...@@ -242,6 +242,7 @@ ...@@ -242,6 +242,7 @@
this.payTimer = setInterval(() => { this.payTimer = setInterval(() => {
iRequest.request(iHost.base + 'bid/order/queryState', { 'orderId': this.payId[Number(this.payway)] }, 'json', 'post') iRequest.request(iHost.base + 'bid/order/queryState', { 'orderId': this.payId[Number(this.payway)] }, 'json', 'post')
.then((funcResponse) => { .then((funcResponse) => {
console.log(funcResponse.state !== '0')
if (funcResponse.state !== '0') { if (funcResponse.state !== '0') {
clearInterval(this.payTimer) clearInterval(this.payTimer)
......
...@@ -530,7 +530,7 @@ ...@@ -530,7 +530,7 @@
* @returns * @returns
*/ */
onLoadStatement: function () { onLoadStatement: function () {
window.location.href = '../../static/application.zip' window.location.href = '../../static/document.zip'
}, },
/** /**
......
No preview for this file type
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 sign in to comment