szh_zidingyibiaoti
sunzehua 2 years ago
commit b90a307b30

@ -2,5 +2,5 @@ NODE_ENV=production
VUE_APP_PREVIEW=true
//VUE_APP_API_BASE_URL=http://192.168.1.205:25800
//VUE_APP_API_BASE_URL=http://127.0.0.1:5000
VUE_APP_API_BASE_URL=http://60.209.125.238:25805
# VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api
# VUE_APP_API_BASE_URL=http://60.209.125.238:25805
VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api

@ -1,12 +1,12 @@
NODE_ENV=development
VUE_APP_PREVIEW=true
VUE_APP_API_BASE_URL=http://60.209.125.238:25805
VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805
# VUE_APP_API_BASE_URL=http://60.209.125.238:25805
# VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805
# process.env.VUE_APP_API_BASE_URL
# VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api
# VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api
VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api
VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api
//VUE_APP_API_BASE_URL=http://127.0.0.1:5000
//VUE_APP_SOCKET_BASE_URL=http://127.0.0.1:5000

@ -1,7 +1,7 @@
NODE_ENV=production
VUE_APP_PREVIEW=true
VUE_APP_API_BASE_URL=http://60.209.125.238:25805
VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805
# VUE_APP_API_BASE_URL=http://60.209.125.238:25805
# VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:25805
# VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api
# VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api
VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api
VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345/api

@ -2379,7 +2379,7 @@ export default {
.active {
cursor: pointer;
// color: @primary-color;
color: #4e9c00;
color: #ff9702;
font-weight: bold;
}
}
@ -2418,7 +2418,7 @@ export default {
.active {
cursor: pointer;
// color: @primary-color;
color: #4e9c00;
color: #ff9702;
font-weight: bold;
}
&:nth-of-type(3) {

@ -214,8 +214,11 @@
</a-form-item>
</a-col>
<a-col :span="5">
<a-form-item label="支付方式:" :labelCol="labelCol" :wrapperCol="wrapperCol" has-feedback>
<a-select v-decorator="['payMethod']" allowClear>
<a-form-item label="开票方式:" :labelCol="labelCol" :wrapperCol="wrapperCol" has-feedback>
<a-select
v-decorator="['payMethod', { rules: [{ required: true, message: '请选择开票方式!' }] }]"
allowClear
>
<a-select-option v-for="item in payMethodData" :key="item.id" :value="item.id">
{{ item.name }}
</a-select-option>

@ -2104,7 +2104,7 @@ export default {
.active {
cursor: pointer;
// color: @primary-color;
color: #4e9c00;
color: #ff9702;
font-weight: bold;
}
}
@ -2143,7 +2143,7 @@ export default {
.active {
cursor: pointer;
// color: @primary-color;
color: #4e9c00;
color: #ff9702;
font-weight: bold;
}
&:nth-of-type(3) {

Loading…
Cancel
Save