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
493030a3
Commit
493030a3
authored
Nov 15, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
95b162ac
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common.js
public/app/js/common.js
+1
-2
main.js
public/appnew/src/main.js
+1
-0
No files found.
public/app/js/common.js
View file @
493030a3
console
.
log
(
location
.
href
);
var
ServerHost
=
location
.
origin
;
var
ServerHost
=
location
.
origin
;
var
ServerHostTempC
=
'https://pre2.tonglianjituan.com'
;
var
ServerHostTempC
=
'https://pre2.tonglianjituan.com'
;
//var ServerHostTempC = 'http://192.168.2.13';
//var ServerHostTempC = 'http://192.168.2.13';
...
@@ -65,7 +66,6 @@ function Compatible(obj) {
...
@@ -65,7 +66,6 @@ function Compatible(obj) {
//xishifeng 2017-05-08
//xishifeng 2017-05-08
//同联和福居的有区别
//同联和福居的有区别
function
h5Page
(
token
,
fn
)
{
function
h5Page
(
token
,
fn
)
{
console
.
log
(
location
.
href
);
localStorage
.
setItem
(
'token'
,
token
);
localStorage
.
setItem
(
'token'
,
token
);
fn
();
fn
();
// $.ajax({
// $.ajax({
...
@@ -113,7 +113,6 @@ function h5Page(token, fn) {
...
@@ -113,7 +113,6 @@ function h5Page(token, fn) {
//验证C端token
//验证C端token
function
h5PageC
(
token
,
fn
)
{
function
h5PageC
(
token
,
fn
)
{
console
.
log
(
location
.
href
);
$
.
ajax
({
$
.
ajax
({
type
:
"GET"
,
type
:
"GET"
,
url
:
ServerHostTempC
+
"/broker/getAgentsByPhone"
,
url
:
ServerHostTempC
+
"/broker/getAgentsByPhone"
,
...
...
public/appnew/src/main.js
View file @
493030a3
console
.
log
(
location
.
href
);
// The Vue build version to load with the `import` command
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import
Vue
from
'vue'
import
Vue
from
'vue'
...
...
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