Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
sph
上药订单生命周期升级
Commits
c6e83854
Commit
c6e83854
authored
Aug 05, 2021
by
李嘉兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单全生命周期地图显示逻辑变更
parent
2193e498
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
520 additions
and
326 deletions
+520
-326
.gitignore
.gitignore
+2
-0
config/dev.env.js
config/dev.env.js
+8
-8
config/prod.env.js
config/prod.env.js
+4
-4
src/views/myOrder/detail/logisticsDetail.vue
src/views/myOrder/detail/logisticsDetail.vue
+252
-147
src/views/myOrder/detail/orderDetail.vue
src/views/myOrder/detail/orderDetail.vue
+254
-167
No files found.
.gitignore
View file @
c6e83854
...
...
@@ -9,8 +9,10 @@ yarn-error.log*
# Editor directories and files
.idea
.prettierrc
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
config/dev.env.js
View file @
c6e83854
...
...
@@ -5,18 +5,18 @@ const prodEnv = require('./prod.env')
module
.
exports
=
merge
(
prodEnv
,
{
NODE_ENV
:
'
"development"
'
,
// 测试
//
HOST_URL: '"http://222.66.127.246"',
//
PORT: '":8020"',
//
BASE_URL: '""',
//
appRealDb: '"app_test_shaphar"',
HOST_URL
:
'
"http://222.66.127.246"
'
,
PORT
:
'
":8020"
'
,
BASE_URL
:
'
""
'
,
appRealDb
:
'
"app_test_shaphar"
'
,
// 正式
// HOST_URL: '"http://mobileportal.shaphar.com"',
// PORT: '":8028"',
// BASE_URL: '"/basservice"',
// appRealDb: '"app_real_shaphar"',
//NEW 正式
HOST_URL
:
'
"https://mobileportal.shaphar.com"
'
,
PORT
:
'
":8443"
'
,
BASE_URL
:
'
"/basservicenew"
'
,
appRealDb
:
'
"app_real_shaphar"
'
//
HOST_URL: '"https://mobileportal.shaphar.com"',
//
PORT: '":8443"',
//
BASE_URL: '"/basservicenew"',
//
appRealDb: '"app_real_shaphar"'
})
config/prod.env.js
View file @
c6e83854
...
...
@@ -2,13 +2,13 @@
module
.
exports
=
{
NODE_ENV
:
'
"production"
'
,
// 正式版
HOST_URL
:
'
"https://mobileportal.shaphar.com:8443/basservicenew"
'
,
appRealDb
:
'
"app_real_shaphar"
'
,
//
HOST_URL: '"https://mobileportal.shaphar.com:8443/basservicenew"',
//
appRealDb: '"app_real_shaphar"',
// 体验版
// HOST_URL: '"http://mobileportal.shaphar.com:8028/basservicenew"',
// 测试版
//
HOST_URL: '"http://222.66.127.246:8020"',
//
appRealDb: '"app_test_shaphar"',
HOST_URL
:
'
"http://222.66.127.246:8020"
'
,
appRealDb
:
'
"app_test_shaphar"
'
,
// HOST_URL: '"http://192.168.1.139:8020"'
PORT
:
'
""
'
,
BASE_URL
:
'
""
'
,
...
...
src/views/myOrder/detail/logisticsDetail.vue
View file @
c6e83854
This diff is collapsed.
Click to expand it.
src/views/myOrder/detail/orderDetail.vue
View file @
c6e83854
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