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
1b709b95
Commit
1b709b95
authored
May 10, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正1
parent
4f19a172
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
index.html
public/app/dist/index.html
+2
-2
test_code.txt
public/app/dist/test_code.txt
+2
-2
customer_gj.js
public/app/js/customer_gj.js
+1
-1
daily_achieve_dz.js
public/app/js/daily_achieve_dz.js
+1
-1
daily_achieve_mdzj.js
public/app/js/daily_achieve_mdzj.js
+1
-1
daily_achieve_ywy.js
public/app/js/daily_achieve_ywy.js
+1
-1
weekly.js
public/app/js/weekly.js
+1
-1
No files found.
public/app/dist/index.html
View file @
1b709b95
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><title>
同联商业
</title><script
type=
text/javascript
>
!
function
(
n
,
e
){
var
t
=
n
.
documentElement
,
i
=
"orientationchange"
in
window
?
"orientationchange"
:
"resize"
,
d
=
function
(){
var
n
=
t
.
clientWidth
;
n
&&
(
t
.
style
.
fontSize
=
n
/
750
*
100
+
"px"
)};
n
.
addEventListener
&&
(
e
.
addEventListener
(
i
,
d
,
!
1
),
n
.
addEventListener
(
"DOMContentLoaded"
,
d
,
!
1
))}(
document
,
window
);
</script><link
href=
./static/css/app.d784b3dac7d6e73c7c27af97ed77d2ad.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.8ffd82b342bc2a4ca245.js
></script><script
type=
text/javascript
src=
./static/js/app.59f8105c5ce9e4677459.js
></script><script
type=
text/javascript
src=
./static/js/vconsole.min.js
></script><script
type=
text/javascript
>
var
vConsole
=
new
VConsole
();
</script></body></html>
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><title>
同联商业
</title><script
type=
text/javascript
>
!
function
(
n
,
e
){
var
t
=
n
.
documentElement
,
i
=
"orientationchange"
in
window
?
"orientationchange"
:
"resize"
,
d
=
function
(){
var
n
=
t
.
clientWidth
;
n
&&
(
t
.
style
.
fontSize
=
n
/
750
*
100
+
"px"
)};
n
.
addEventListener
&&
(
e
.
addEventListener
(
i
,
d
,
!
1
),
n
.
addEventListener
(
"DOMContentLoaded"
,
d
,
!
1
))}(
document
,
window
);
</script><link
href=
./static/css/app.d784b3dac7d6e73c7c27af97ed77d2ad.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.8ffd82b342bc2a4ca245.js
></script><script
type=
text/javascript
src=
./static/js/app.59f8105c5ce9e4677459.js
></script><script
type=
text/javascript
src=
./static/js/vconsole.min.js
></script><script
type=
text/javascript
>
if
(
~
location
.
origin
.
indexOf
(
'api.tonglianjituan.com'
)){
console
.
log
(
'正式服'
)}
else
{
var
vConsole
=
new
VConsole
()};
</script></body></html>
\ No newline at end of file
\ No newline at end of file
public/app/dist/test_code.txt
View file @
1b709b95
<script type=text/javascript src=./static/js/vconsole.min.js></script><script type=text/javascript>var vConsole = new VConsole();</script>
<script type=text/javascript src=./static/js/vconsole.min.js></script><script type=text/javascript>if(~location.origin.indexOf('api.tonglianjituan.com')){console.log('正式服')}else{var vConsole=new VConsole()};</script>
\ No newline at end of file
\ No newline at end of file
public/app/js/customer_gj.js
View file @
1b709b95
require
([
'vue'
,
'vconsole'
,
'css!style/customerinfo_sub_page.css'
,
'css!style/customer_gj.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
)
{
require
([
'vue'
,
'vconsole'
,
'css!style/customerinfo_sub_page.css'
,
'css!style/customer_gj.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
)
{
if
(
~
ServerHost
.
indexOf
(
'api.tonglianjituan.com'
)){
if
(
~
location
.
origin
.
indexOf
(
'api.tonglianjituan.com'
)){
console
.
log
(
'正式服'
);
console
.
log
(
'正式服'
);
}
else
{
}
else
{
var
vConsole
=
new
VConsole
();
var
vConsole
=
new
VConsole
();
...
...
public/app/js/daily_achieve_dz.js
View file @
1b709b95
'use strict'
;
'use strict'
;
require
([
'vue'
,
'vconsole'
,
'html2canvas'
,
'css!style/report_achieve.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
,
html2canvas
)
{
require
([
'vue'
,
'vconsole'
,
'html2canvas'
,
'css!style/report_achieve.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
,
html2canvas
)
{
if
(
~
ServerHost
.
indexOf
(
'api.tonglianjituan.com'
)){
if
(
~
location
.
origin
.
indexOf
(
'api.tonglianjituan.com'
)){
console
.
log
(
'正式服'
);
console
.
log
(
'正式服'
);
}
else
{
}
else
{
var
vConsole
=
new
VConsole
();
var
vConsole
=
new
VConsole
();
...
...
public/app/js/daily_achieve_mdzj.js
View file @
1b709b95
'use strict'
;
'use strict'
;
require
([
'vue'
,
'vconsole'
,
'html2canvas'
,
'css!style/report_achieve.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
,
html2canvas
)
{
require
([
'vue'
,
'vconsole'
,
'html2canvas'
,
'css!style/report_achieve.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
,
html2canvas
)
{
if
(
~
ServerHost
.
indexOf
(
'api.tonglianjituan.com'
)){
if
(
~
location
.
origin
.
indexOf
(
'api.tonglianjituan.com'
)){
console
.
log
(
'正式服'
);
console
.
log
(
'正式服'
);
}
else
{
}
else
{
var
vConsole
=
new
VConsole
();
var
vConsole
=
new
VConsole
();
...
...
public/app/js/daily_achieve_ywy.js
View file @
1b709b95
'use strict'
;
'use strict'
;
require
([
'vue'
,
'vconsole'
,
'html2canvas'
,
'css!style/report_achieve.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
,
html2canvas
)
{
require
([
'vue'
,
'vconsole'
,
'html2canvas'
,
'css!style/report_achieve.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
,
html2canvas
)
{
if
(
~
ServerHost
.
indexOf
(
'api.tonglianjituan.com'
)){
if
(
~
location
.
origin
.
indexOf
(
'api.tonglianjituan.com'
)){
console
.
log
(
'正式服'
);
console
.
log
(
'正式服'
);
}
else
{
}
else
{
var
vConsole
=
new
VConsole
();
var
vConsole
=
new
VConsole
();
...
...
public/app/js/weekly.js
View file @
1b709b95
'use strict'
;
'use strict'
;
require
([
'vue'
,
'vconsole'
,
'css!style/weekly.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
)
{
require
([
'vue'
,
'vconsole'
,
'css!style/weekly.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
)
{
if
(
~
ServerHost
.
indexOf
(
'api.tonglianjituan.com'
)){
if
(
~
location
.
origin
.
indexOf
(
'api.tonglianjituan.com'
)){
console
.
log
(
'正式服'
);
console
.
log
(
'正式服'
);
}
else
{
}
else
{
var
vConsole
=
new
VConsole
();
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