Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
logistics-center
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
前端
logistics-center
Commits
43d69de7
Commit
43d69de7
authored
Jun 23, 2021
by
冯腾骁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物流公司渠道
parent
b117b54f
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
436 additions
and
167 deletions
+436
-167
index.js
src/config/index.js
+3
-1
Login.vue
src/views/Login.vue
+1
-1
companyChannels.vue
src/views/logisticsConfiguration/companyChannels.vue
+432
-165
No files found.
src/config/index.js
View file @
43d69de7
let
host
=
window
.
location
.
protocol
+
'//'
+
window
.
location
.
host
+
'/'
;
if
(
window
.
location
.
host
===
'localhost:8097'
)
host
=
'http://finance.winwchain.com/finance-web'
;
let
protocol
=
window
.
location
.
protocol
let
currenthost
=
window
.
location
.
host
if
(
window
.
location
.
host
===
'localhost:8097'
)
host
=
`
${
protocol
}
//localhost:8090/logistics-config-center-web/`
;
// http://sitpurchasing.rubansh.com/
// http://localhost:8192/
export
const
devtools
=
true
;
...
...
src/views/Login.vue
View file @
43d69de7
...
...
@@ -112,7 +112,7 @@ export default {
password
:
that
.
financeForm
.
checkPass
};
that
.
axios
({
url
:
"
finance/login/finance
Login"
,
url
:
"
logisticsConfig/login/configCenter
Login"
,
method
:
"POST"
,
data
:
loginData
}).
then
(
res
=>
{
...
...
src/views/logisticsConfiguration/companyChannels.vue
View file @
43d69de7
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