Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
national_museum_vod-H5
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
fubaole
national_museum_vod-H5
Commits
66c59be7
Commit
66c59be7
authored
Apr 07, 2021
by
xulili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉大屏认证
parent
ebad63b3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
8 deletions
+5
-8
borderNums.vue
src/components/borderNums.vue
+1
-2
maps.vue
src/components/maps.vue
+1
-2
top10.vue
src/components/top10.vue
+1
-2
vue.config.js
vue.config.js
+2
-2
No files found.
src/components/borderNums.vue
View file @
66c59be7
...
...
@@ -64,8 +64,7 @@ export default {
getList
()
{
this
.
$https
({
method
:
"post"
,
url
:
"tBoardStatistic/getBoardSurvey"
,
authType
:
this
.
backToken
,
url
:
"tBoardStatistic/getBoardSurvey"
})
.
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
...
...
src/components/maps.vue
View file @
66c59be7
...
...
@@ -18,8 +18,7 @@ export default {
getList
()
{
this
.
$https
({
method
:
"post"
,
url
:
"tBoardStatistic/getBoardProvincePlayTotalList"
,
authType
:
this
.
backToken
,
url
:
"tBoardStatistic/getBoardProvincePlayTotalList"
})
.
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
...
...
src/components/top10.vue
View file @
66c59be7
...
...
@@ -90,8 +90,7 @@ export default {
this
.
$https
(
{
method
:
"post"
,
url
:
"tBoardStatistic/getBoardRankPageList"
,
authType
:
this
.
backToken
,
url
:
"tBoardStatistic/getBoardRankPageList"
},
requestparams
)
...
...
vue.config.js
View file @
66c59be7
...
...
@@ -22,8 +22,8 @@ module.exports = {
hotOnly
:
false
,
// See https://github.com/vuejs/vue-cli/blob/dev/docs/cli-service.md#configuring-proxy
proxy
:
{
'/mall'
:
{
target
:
"http://192.168.110.67/mall"
,
//
target: "http://192.168.204.66:8088/mall", // 子鹏
//
target: "http://192.168.110.67/mall",
target
:
"http://192.168.204.66:8088/mall"
,
// 子鹏
changeOrigin
:
true
,
pathRewrite
:
{
'^/mall'
:
'/'
// 重写接口
...
...
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