Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
04078522
Commit
04078522
authored
Oct 08, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跳转ERP域名调整
parent
8ca738ae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
780 additions
and
758 deletions
+780
-758
orderProfits.vue
src/components/customerManage/orderProfits.vue
+651
-647
Agreement copy.vue
src/components/guestManagement/Agreement copy.vue
+53
-47
Agreement.vue
src/components/guestManagement/Agreement.vue
+70
-58
domainManager.js
src/plugins/domainManager.js
+6
-6
No files found.
src/components/customerManage/orderProfits.vue
View file @
04078522
This diff is collapsed.
Click to expand it.
src/components/guestManagement/Agreement copy.vue
View file @
04078522
This diff is collapsed.
Click to expand it.
src/components/guestManagement/Agreement.vue
View file @
04078522
This diff is collapsed.
Click to expand it.
src/plugins/domainManager.js
View file @
04078522
...
...
@@ -18,17 +18,17 @@ export default function () {
domainPostUrl
=
"http://testapi.oytour.com"
}
}
let
erp
Routing
Url
=
""
;
let
erp
Site
Url
=
""
;
var
storageUser
=
this
.
getLocalStorage
();
if
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'testb2b.oytour.com'
)
!==
-
1
)
{
erp
Routing
Url
=
"http://admin.oytour.com/#/"
;
erp
Site
Url
=
"http://admin.oytour.com/#/"
;
if
(
storageUser
&&
storageUser
.
ERPUrl
)
{
erp
Routing
Url
=
storageUser
.
ERPUrl
+
"/#/"
;
erp
Site
Url
=
storageUser
.
ERPUrl
+
"/#/"
;
}
}
else
{
erp
Routing
Url
=
"http://localhost:8080/#/"
;
erp
Site
Url
=
"http://localhost:8080/#/"
;
if
(
storageUser
&&
storageUser
.
ERPUrl
)
{
erp
Routing
Url
=
storageUser
.
ERPUrl
+
"/#/"
;
erp
Site
Url
=
storageUser
.
ERPUrl
+
"/#/"
;
}
}
...
...
@@ -46,7 +46,7 @@ export default function () {
javaUrl
:
locationName
.
indexOf
(
'testb2b'
)
==
-
1
?
"http://efficient.oytour.com"
:
locationName
.
indexOf
(
'testb2b.oytour.com'
)
!==
-
1
?
"http://47.96.12.235:9001"
:
"http://192.168.10.215:9000"
,
ViittoFileUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'testb2b.oytour.com'
)
!==
-
1
?
"http://staticfile.oytour.com"
:
'http://192.168.10.214:8130'
,
UploadUrl
:
locationName
.
indexOf
(
'oytour'
)
!==
-
1
||
locationName
.
indexOf
(
'testb2b.oytour.com'
)
!==
-
1
?
"http://uploadfile.oytour.com"
:
"http://192.168.10.214:8120"
,
erpRoutingUrl
:
erp
Routing
Url
erpRoutingUrl
:
erp
Site
Url
};
return
obj
;
}
\ No newline at end of file
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