Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
999b34ac
Commit
999b34ac
authored
Jan 20, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
888fd843
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
464 additions
and
4 deletions
+464
-4
PsCenter.css
src/assets/mall/PsCenter.css
+1
-1
index.js
src/plugins/index.js
+2
-2
router.js
src/router.js
+2
-1
msgLogin.vue
src/views/msgLogin.vue
+459
-0
No files found.
src/assets/mall/PsCenter.css
View file @
999b34ac
...
@@ -98,4 +98,4 @@
...
@@ -98,4 +98,4 @@
width
:
100%
;
width
:
100%
;
margin
:
20px
0
;
margin
:
20px
0
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
\ No newline at end of file
src/plugins/index.js
View file @
999b34ac
...
@@ -12,11 +12,11 @@ export default {
...
@@ -12,11 +12,11 @@ export default {
//域名管理对象
//域名管理对象
Vue
.
prototype
.
domainManager
=
function
()
{
Vue
.
prototype
.
domainManager
=
function
()
{
// var domainUrl = "http://test_reborn.oytour.com";//主域名
// 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.65:8025"//主域名
//var domainUrl = "http://192.168.2.65:8025"//主域名
// let domainUrl = "https://reborn.oytour.com";
// let domainUrl = "https://reborn.oytour.com";
// let domainUrl = "http://testapi.oytour.com"
// let domainUrl = "http://testapi.oytour.com"
// let domainUrl = "http://192.168.2.215:9000
"
let
domainUrl
=
"http://192.168.2.65:8069
"
//let domainUrl = "http://192.168.0.106"
//let domainUrl = "http://192.168.0.106"
// let domainUrl = "http://192.168.2.214:8082"
// let domainUrl = "http://192.168.2.214:8082"
// var domainUrl = "http://reborn.oytour.com";
// var domainUrl = "http://reborn.oytour.com";
...
...
src/router.js
View file @
999b34ac
...
@@ -5,6 +5,7 @@ import login from "./views/login";
...
@@ -5,6 +5,7 @@ import login from "./views/login";
import
newLogin
from
"./views/newLogin"
;
import
newLogin
from
"./views/newLogin"
;
import
loginNationalDay
from
"./views/loginNationalDay"
;
import
loginNationalDay
from
"./views/loginNationalDay"
;
import
loginRed
from
"./views/loginRed"
;
import
loginRed
from
"./views/loginRed"
;
import
msgLogin
from
"./views/msgLogin"
;
import
IceCreamTask
from
"./components/taskPage/IceCream/IceCreamTask"
;
import
IceCreamTask
from
"./components/taskPage/IceCream/IceCreamTask"
;
// import JuanSaid from "./components/taskPage/JuanSaid";
// import JuanSaid from "./components/taskPage/JuanSaid";
import
FoodImg
from
"./components/taskPage/FoodImg"
;
import
FoodImg
from
"./components/taskPage/FoodImg"
;
...
@@ -27,7 +28,7 @@ export default new Router({
...
@@ -27,7 +28,7 @@ export default new Router({
{
{
path
:
"/login"
,
path
:
"/login"
,
name
:
"login"
,
name
:
"login"
,
component
:
loginRed
component
:
msgLogin
},
},
{
{
path
:
'/newTrip'
,
path
:
'/newTrip'
,
...
...
src/views/msgLogin.vue
0 → 100644
View file @
999b34ac
This diff is collapsed.
Click to expand it.
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