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
6d73c242
Commit
6d73c242
authored
Feb 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试域名
parent
1fc6339e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
new_text.html
application/index/view/news/new_text.html
+2
-1
index.html
public/app/dist/index.html
+2
-2
app.95bcdcbc5ae5c04a833f.js
public/app/dist/static/js/app.95bcdcbc5ae5c04a833f.js
+0
-0
common.js
public/app/js/common.js
+1
-1
public.js
public/appnew/src/assets/js/public.js
+2
-2
public.js
public/resource/js/public.js
+2
-3
No files found.
application/index/view/news/new_text.html
View file @
6d73c242
...
...
@@ -323,10 +323,11 @@
<div
class=
"col-sm-9"
>
<div
class=
""
style=
"width: 100%;"
>
<div
class=
"input-group"
style=
"width: 100%;"
id=
"dajiangtang"
>
<?php
<?php
create_editor('goods_sup_id','');
?>
</div>
</div>
</div>
...
...
public/app/dist/index.html
View file @
6d73c242
...
...
@@ -23,4 +23,4 @@
if
(
!
doc
.
addEventListener
)
return
;
win
.
addEventListener
(
resizeEvt
,
recalc
,
false
);
doc
.
addEventListener
(
'DOMContentLoaded'
,
recalc
,
false
);
})(
document
,
window
);
</script><link
href=
./static/css/app.8e7a1294243657c878b001aee61ce09a.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://api.tonglianjituan.com/app/js/libs/vue.min.js
></script><script
src=
https://api.tonglianjituan.com/app/js/libs/vue-router.min.js
></script><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.1b35a927314506fe4a4f.js
></script><script
type=
text/javascript
src=
./static/js/app.e7ca0de709b306c7ceae.js
></script></body></html>
\ No newline at end of file
})(
document
,
window
);
</script><link
href=
./static/css/app.8e7a1294243657c878b001aee61ce09a.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://api.tonglianjituan.com/app/js/libs/vue.min.js
></script><script
src=
https://api.tonglianjituan.com/app/js/libs/vue-router.min.js
></script><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.1b35a927314506fe4a4f.js
></script><script
type=
text/javascript
src=
./static/js/app.95bcdcbc5ae5c04a833f.js
></script></body></html>
\ No newline at end of file
public/app/dist/static/js/app.
e7ca0de709b306c7ceae
.js
→
public/app/dist/static/js/app.
95bcdcbc5ae5c04a833f
.js
View file @
6d73c242
This source diff could not be displayed because it is too large. You can
view the blob
instead.
public/app/js/common.js
View file @
6d73c242
console
.
log
(
location
.
href
);
var
ServerHost
=
location
.
origin
;
var
ServerHostTempCLiu
=
'https://
images
.tonglianjituan.com'
;
var
ServerHostTempCLiu
=
'https://
pre2
.tonglianjituan.com'
;
var
ServerHostTempC
=
'https://pre2.tonglianjituan.com'
;
//var ServerHostTempC = 'http://192.168.2.13';
if
(
~
ServerHost
.
indexOf
(
'estate.'
)){
...
...
public/appnew/src/assets/js/public.js
View file @
6d73c242
//公用js文件
let
ServerHost
=
'https://pre2.tonglianjituan.com'
;
//let ServerHost = 'https://api.tonglianjituan.com';
let
ServerHostImageLiu
=
'http
://images
.tonglianjituan.com'
;
let
ServerHostImageLiu
=
'http
s://pre2
.tonglianjituan.com'
;
if
(
location
.
origin
===
'https://api.tonglianjituan.com'
)
{
ServerHost
=
location
.
origin
;
let
ServerHostImageLiu
=
'http://images.tonglianjituan.com'
;
ServerHostImageLiu
=
'http://images.tonglianjituan.com'
;
};
...
...
public/resource/js/public.js
View file @
6d73c242
...
...
@@ -361,9 +361,8 @@ function getTimeStamp(date){
return
time_cha
;
};
//处理图片域名 测试 正式
// let ServerHostImageLiu = 'https://pre2.tonglianjituan.com';//测试 本地 用 测试域名
let
ServerHostImageLiu
=
'https://images.tonglianjituan.com'
;
//测试 本地 暂时用正式域名
let
ServerHostImageLiu
=
'https://pre2.tonglianjituan.com'
;
//测试 本地 用 测试域名
// let ServerHostImageLiu = 'https://images.tonglianjituan.com';//测试 本地 暂时用正式域名
if
(
location
.
origin
===
'https://api.tonglianjituan.com'
)
{
ServerHostImageLiu
=
'https://images.tonglianjituan.com'
;
//正式用正式域名
};
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