Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chart-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangzhaowei
chart-web
Commits
1eab6941
Commit
1eab6941
authored
Jun 11, 2019
by
looker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aiyoyo
parent
f7d450fd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
dev.env.js
config/dev.env.js
+2
-1
prod.env.js
config/prod.env.js
+2
-1
index.vue
src/page/main/right-panel/baozheng/cus-service/index.vue
+8
-2
No files found.
config/dev.env.js
View file @
1eab6941
...
@@ -8,5 +8,6 @@ module.exports = merge(prodEnv, {
...
@@ -8,5 +8,6 @@ module.exports = merge(prodEnv, {
// WX_ADDRESS: '"http://imdev.chenzhen.shop:9093/"',
// WX_ADDRESS: '"http://imdev.chenzhen.shop:9093/"',
WX_ADDRESS
:
'"172.16.22.67:9093/"'
,
WX_ADDRESS
:
'"172.16.22.67:9093/"'
,
IMG_ADDRESS
:
'"http://chat-x.oss-cn-beijing.aliyuncs.com/"'
,
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"'
})
})
config/prod.env.js
View file @
1eab6941
...
@@ -4,5 +4,6 @@ module.exports = {
...
@@ -4,5 +4,6 @@ module.exports = {
API_URL
:
'""'
,
API_URL
:
'""'
,
WX_ADDRESS
:
"http://imweb.chenzhen.shop:9093"
,
WX_ADDRESS
:
"http://imweb.chenzhen.shop:9093"
,
IMG_ADDRESS
:
'"http://chat-x.oss-cn-beijing.aliyuncs.com/"'
,
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"'
}
}
src/page/main/right-panel/baozheng/cus-service/index.vue
View file @
1eab6941
...
@@ -15,13 +15,18 @@
...
@@ -15,13 +15,18 @@
<div
style=
"margin:30px 0 ; font-weight: 800"
>
绑定客户信息
</div>
<div
style=
"margin:30px 0 ; font-weight: 800"
>
绑定客户信息
</div>
<div
style=
"margin:30px 0 ;"
>
<div
style=
"margin:30px 0 ;"
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"1
6
"
>
<el-col
:span=
"1
2
"
>
<div
class=
"grid-content bg-purple"
>
<div
class=
"grid-content bg-purple"
>
<el-input
v-model=
"speechContext"
placeholder=
"请输入内容"
>
<el-input
v-model=
"speechContext"
placeholder=
"请输入内容"
>
</el-input>
</el-input>
</div>
</div>
</el-col>
</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-col>
</el-row>
</el-row>
</div>
</div>
...
@@ -107,6 +112,7 @@ export default{
...
@@ -107,6 +112,7 @@ export default{
data
(){
data
(){
return
{
return
{
centerDialogVisible
:
false
,
centerDialogVisible
:
false
,
yuyuedan
:
process
.
env
.
NEW_CUSTOMER
,
speechContext
:
''
,
speechContext
:
''
,
activeName
:
'second'
,
activeName
:
'second'
,
obs
:[],
obs
:[],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment