Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Muse
Project
Project
Details
Activity
Releases
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
罗超
Muse
Commits
4554cfbe
Commit
4554cfbe
authored
Dec 20, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
3b53d0a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
index.js
src/plugins/index.js
+2
-2
index.vue
src/views/index.vue
+5
-5
No files found.
src/plugins/index.js
View file @
4554cfbe
...
...
@@ -14,8 +14,8 @@ export default {
Vue
.
prototype
.
domainManager
=
function
()
{
// var domainUrl = "http://test_reborn.oytour.com";//主域名
//var domainUrl = "http://reborn.oytour.com"; //主域名
//
var domainUrl = "http://reborn.oytour.com";//主域名
var
domainUrl
=
"http://192.168.2.16:8083"
;
//主域名
var
domainUrl
=
"http://reborn.oytour.com"
;
//主域名
//
var domainUrl = "http://192.168.2.16:8083";//主域名
if
(
this
.
isOnline
())
{
domainUrl
=
"http://reborn.oytour.com"
;
}
...
...
src/views/index.vue
View file @
4554cfbe
...
...
@@ -223,10 +223,10 @@ export default {
this
.
movieTimmer
=
setInterval
(()
=>
{
this
.
getMovieTimmer
()
},
1000
)
this
.
getTime
()
setInterval
(()
=>
{
this
.
getTime
()
},
1000
)
//
this.getTime()
//
setInterval(() => {
//
this.getTime()
//
}, 1000)
setTimeout
(()
=>
{
this
.
connec
();
},
1000
);
...
...
@@ -347,7 +347,7 @@ export default {
tdsourcetag
:
's_pcqq_aiomsg'
}
this
.
apiRequest
(
url
,
msg
,
r
=>
{
this
.
data
=
r
.
data
.
data
this
.
data
=
r
.
data
.
data
console
.
log
(
this
.
data
)
this
.
hotWord
=
this
.
data
.
hotWord
this
.
advert
=
this
.
data
.
advertInfo
...
...
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