Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
hujun
tl_estate
Commits
f6c8475d
Commit
f6c8475d
authored
Feb 09, 2018
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
头像
parent
04620bf2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ChatService.php
application/chat/service/ChatService.php
+1
-1
config.php
application/config.php
+1
-1
No files found.
application/chat/service/ChatService.php
View file @
f6c8475d
...
...
@@ -231,7 +231,7 @@ class ChatService
foreach
(
$agentsResult
as
$v
)
{
if
(
$v
[
"user_pic"
])
{
$v
[
"user_pic"
]
=
TEST_
ADMIN_URL_TL
.
'user_header/'
.
$v
[
"user_pic"
];
$v
[
"user_pic"
]
=
ADMIN_URL_TL
.
'user_header/'
.
$v
[
"user_pic"
];
}
$v
[
"only_id"
]
=
$chat_user_arr
[
$v
[
"user_phone"
]];
...
...
application/config.php
View file @
f6c8475d
...
...
@@ -13,7 +13,7 @@ define('IMG_PATH','https://admin.tonglianjituan.com/houseImg/');
define
(
'LOCAL_IMG_HOST'
,
'/resource/lib/Attachments/'
);
define
(
'PAGESIZE'
,
15
);
//分页每页条数
define
(
'ADMIN_URL_TL'
,
'https://admin.tonglianjituan.com/'
);
//B端网址
define
(
'TEST_ADMIN_URL_TL'
,
'https://dev.tonglianjituan.com/'
);
//B端网址
//
define('TEST_ADMIN_URL_TL','https://dev.tonglianjituan.com/'); //B端网址
define
(
'CURRENT_URL'
,
'http://'
.
$_SERVER
[
'HTTP_HOST'
]
.
DS
);
//取当前域名地址
define
(
'HEADERIMGURL'
,
CURRENT_URL
.
'static'
.
DS
.
'head_portrait/'
);
//头像地址
define
(
'CHAT_IMG_URL'
,
CURRENT_URL
.
'static'
.
DS
.
'chat_image/'
);
//聊天图片地址
...
...
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