Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
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
qzhxx
national_museum_vod
Commits
5495fbd7
Commit
5495fbd7
authored
Apr 07, 2021
by
乐宝呗666
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
省市区请求添加token
parent
6a6224b6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
area.js
src/config/area.js
+2
-1
index.vue
src/page/STB/interactive/index.vue
+2
-2
No files found.
src/config/area.js
View file @
5495fbd7
...
@@ -3,7 +3,8 @@ let getAreas = function(){
...
@@ -3,7 +3,8 @@ let getAreas = function(){
return
new
Promise
((
resolve
,
reject
)
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
httpServer
({
httpServer
({
method
:
'get'
,
method
:
'get'
,
url
:
'organ/getAreaTree'
url
:
'organ/getAreaTree'
,
authType
:
"back"
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
status
!=
200
){
if
(
res
.
status
!=
200
){
resolve
([])
resolve
([])
...
...
src/page/STB/interactive/index.vue
View file @
5495fbd7
...
@@ -44,8 +44,8 @@
...
@@ -44,8 +44,8 @@
v-for=
"(item, index) in tableData"
v-for=
"(item, index) in tableData"
:key=
"index"
:key=
"index"
>
>
<h5
class=
"title"
>
{{
item
.
n
ame
}}
</h5>
<h5
class=
"title"
>
{{
item
.
boardN
ame
}}
</h5>
<p>
{{
item
.
content
}}
</p>
<p>
{{
item
.
content
||
'暂无内容'
}}
</p>
<div
class=
"img-box"
v-if=
"item.images.length"
>
<div
class=
"img-box"
v-if=
"item.images.length"
>
<img
v-for=
"(j, idx) in item.images"
:src=
"j"
:key=
"idx"
alt=
""
/>
<img
v-for=
"(j, idx) in item.images"
:src=
"j"
:key=
"idx"
alt=
""
/>
</div>
</div>
...
...
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