This commit is contained in:
faiz 2024-07-16 17:25:47 +08:00
parent 775fd1060d
commit 825430bdc1
2 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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"