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
058250bb
Commit
058250bb
authored
Feb 18, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商学院 h5图片显示
parent
7a09256e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
package-lock.json
public/appnew/package-lock.json
+0
-0
public.js
public/appnew/src/assets/js/public.js
+2
-0
articleList.vue
public/appnew/src/components/businessCollege/articleList.vue
+1
-1
No files found.
public/appnew/package-lock.json
View file @
058250bb
This source diff could not be displayed because it is too large. You can
view the blob
instead.
public/appnew/src/assets/js/public.js
View file @
058250bb
...
...
@@ -4,10 +4,12 @@ let ServerHost = 'https://pre2.tonglianjituan.com';
if
(
location
.
origin
===
'https://api.tonglianjituan.com'
)
{
ServerHost
=
location
.
origin
;
};
let
ServerHostImageLiu
=
'http://images.tonglianjituan.com'
;
import
axios
from
'axios'
;
import
'@/assets/js/layer041002.js'
;
export
default
{
ServerHost
,
ServerHostImageLiu
,
isAndroid
()
{
//判断是不是安卓设备
let
u
=
navigator
.
userAgent
;
...
...
public/appnew/src/components/businessCollege/articleList.vue
View file @
058250bb
...
...
@@ -127,7 +127,7 @@
},
urlImg
(
u
)
{
let
_this
=
this
;
return
_this
.
common
.
ServerHost
+
'/app/images/'
+
u
+
"?version=521"
;
return
_this
.
common
.
ServerHost
ImageLiu
+
'/app/images/'
+
u
+
"?version=521"
;
},
loadMain
()
{
let
_this
=
this
;
...
...
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