This commit is contained in:
parent
775fd1060d
commit
825430bdc1
|
@ -2,12 +2,12 @@
|
||||||
ENV = 'development'
|
ENV = 'development'
|
||||||
|
|
||||||
# base api
|
# base api
|
||||||
VUE_APP_BASE_API = 'http://192.168.1.12:8080'
|
# VUE_APP_BASE_API = 'http://192.168.1.12:8080'
|
||||||
# VUE_APP_BASE_API = 'https://plus.hwms.shop'
|
VUE_APP_BASE_API = 'https://api.tropjoin.com'
|
||||||
|
|
||||||
# socket 连接地址
|
# socket 连接地址
|
||||||
VUE_APP_WS_URL = 'ws://192.168.1.12:8080'
|
# VUE_APP_WS_URL = 'ws://192.168.1.12:8080'
|
||||||
# VUE_APP_WS_URL = 'ws://plus.hwms.shop'
|
VUE_APP_WS_URL = 'ws://api.tropjoin.com'
|
||||||
|
|
||||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||||
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<br>
|
<br>
|
||||||
<el-form-item label="收款方式:" prop="financial_type">
|
<!-- <el-form-item label="收款方式:" prop="financial_type">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="tableFrom.financial_type"
|
v-model="tableFrom.financial_type"
|
||||||
clearable
|
clearable
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<el-option label="支付宝" value="3" />
|
<el-option label="支付宝" value="3" />
|
||||||
<el-option label="微信" value="2" />
|
<el-option label="微信" value="2" />
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item> -->
|
||||||
<el-form-item label="关键字:" prop="keyword">
|
<el-form-item label="关键字:" prop="keyword">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="tableFrom.keyword"
|
v-model="tableFrom.keyword"
|
||||||
|
|
Loading…
Reference in New Issue