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
031d9cc9
Commit
031d9cc9
authored
May 17, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复1
parent
ff9215c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
customerinfo_customer_add.html
...tion/app_broker/view/index/customerinfo_customer_add.html
+1
-1
customerinfo_details_new.html
...ation/app_broker/view/index/customerinfo_details_new.html
+1
-1
No files found.
application/app_broker/view/index/customerinfo_customer_add.html
View file @
031d9cc9
...
...
@@ -12,7 +12,7 @@
<link
href=
"/app/css/customerinfo_sub_page.css?new1"
rel=
"stylesheet"
>
<script
src=
"/app/js/vconsole.min.js"
></script>
<script>
if
(
~
location
.
origin
.
indexOf
(
'
api.
'
))
{
if
(
~
location
.
origin
.
indexOf
(
'
//api.tonglianjituan.com
'
))
{
console
.
log
(
'正式服'
);
}
else
{
var
vConsole
=
new
VConsole
();
...
...
application/app_broker/view/index/customerinfo_details_new.html
View file @
031d9cc9
...
...
@@ -12,7 +12,7 @@
<link
href=
"/app/css/customerinfo_details_new.css?new8"
rel=
"stylesheet"
>
<script
src=
"/app/js/vconsole.min.js"
></script>
<script>
if
(
~
location
.
origin
.
indexOf
(
'a
dmin
.'
))
{
if
(
~
location
.
origin
.
indexOf
(
'a
pi
.'
))
{
console
.
log
(
'正式服'
);
}
else
{
var
vConsole
=
new
VConsole
();
...
...
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