Commit 1eab6941 authored by looker's avatar looker

aiyoyo

parent f7d450fd
......@@ -8,5 +8,6 @@ module.exports = merge(prodEnv, {
// WX_ADDRESS: '"http://imdev.chenzhen.shop:9093/"',
WX_ADDRESS: '"172.16.22.67:9093/"',
IMG_ADDRESS:'"http://chat-x.oss-cn-beijing.aliyuncs.com/"',
NEW_YUYUEDAN:'"http://172.16.22.13:8087/#/rfm/newList"'
NEW_YUYUEDAN:'"http://172.16.22.13:8087/#/rfm/newList"',
NEW_CUSTOMER:'"http://172.16.22.13:8087/#/crm/new"'
})
......@@ -4,5 +4,6 @@ module.exports = {
API_URL:'""',
WX_ADDRESS: "http://imweb.chenzhen.shop:9093",
IMG_ADDRESS:'"http://chat-x.oss-cn-beijing.aliyuncs.com/"',
NEW_YUYUEDAN:'"http://run.baozheng.cc/#/rfm/newList"'
NEW_YUYUEDAN:'"http://run.baozheng.cc/#/rfm/newList"',
NEW_CUSTOMER:'"http://run.baozheng.cc/#/crm/new"'
}
......@@ -15,13 +15,18 @@
<div style="margin:30px 0 ; font-weight: 800">绑定客户信息</div>
<div style="margin:30px 0 ;">
<el-row :gutter="20">
<el-col :span="16">
<el-col :span="12">
<div class="grid-content bg-purple">
<el-input v-model="speechContext" placeholder="请输入内容">
</el-input>
</div>
</el-col>
<el-col :span="8"><div class="grid-content bg-purple"><el-button type="primary" @click="goSearch">搜索</el-button></div>
<el-col :span="12">
<div class="grid-content bg-purple">
<el-button type="primary" @click="goSearch">搜索</el-button>
<a :href="yuyuedan" target="_blank" style="color:#fff;float: right;"><el-button type="primary" @click="goSearch">新建客户</el-button></a>
</div>
</el-col>
</el-row>
</div>
......@@ -107,6 +112,7 @@ export default{
data(){
return {
centerDialogVisible:false,
yuyuedan:process.env.NEW_CUSTOMER,
speechContext:'',
activeName:'second',
obs:[],
......
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 to comment