Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
f7ec94d7
Commit
f7ec94d7
authored
Aug 16, 2021
by
gengshaojing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: node url命名冲突
parent
41234707
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
router.js
server/router.js
+1
-1
addProduc.vue
src/pages/Activity/releaseProduc/components/addProduc.vue
+1
-1
index.js
src/service/Activity/index.js
+1
-1
No files found.
server/router.js
View file @
f7ec94d7
...
@@ -78,7 +78,7 @@ router.get(`${API_VERSION}/goods/background/ota_list`, activity.getBusinessList)
...
@@ -78,7 +78,7 @@ router.get(`${API_VERSION}/goods/background/ota_list`, activity.getBusinessList)
router
.
post
(
`
${
API_VERSION
}
/goods/background/add_goods`
,
activity
.
addGoods
);
router
.
post
(
`
${
API_VERSION
}
/goods/background/add_goods`
,
activity
.
addGoods
);
router
.
get
(
`
${
API_VERSION
}
/goods/background/pindan_goods`
,
activity
.
pindanGoods
);
router
.
get
(
`
${
API_VERSION
}
/goods/background/pindan_goods`
,
activity
.
pindanGoods
);
router
.
get
(
`
${
API_VERSION
}
/goods/background/marketing_goods_info`
,
activity
.
markGoodsInfo
);
router
.
get
(
`
${
API_VERSION
}
/goods/background/marketing_goods_info`
,
activity
.
markGoodsInfo
);
router
.
post
(
`
${
API_VERSION
}
/goods/background/edit_goods`
,
activity
.
editGoods
);
router
.
post
(
`
${
API_VERSION
}
/goods/background/edit_
activity_
goods`
,
activity
.
editGoods
);
router
.
post
(
`
${
API_VERSION
}
/marketing/background/add_marketing`
,
activity
.
addMarketing
);
router
.
post
(
`
${
API_VERSION
}
/marketing/background/add_marketing`
,
activity
.
addMarketing
);
router
.
post
(
`
${
API_VERSION
}
/marketing/background/marketing_info`
,
activity
.
marketingInfo
);
router
.
post
(
`
${
API_VERSION
}
/marketing/background/marketing_info`
,
activity
.
marketingInfo
);
router
.
post
(
`
${
API_VERSION
}
/marketing/background/update_marketing`
,
activity
.
updateMarketing
);
router
.
post
(
`
${
API_VERSION
}
/marketing/background/update_marketing`
,
activity
.
updateMarketing
);
...
...
src/pages/Activity/releaseProduc/components/addProduc.vue
View file @
f7ec94d7
...
@@ -424,7 +424,7 @@ export default {
...
@@ -424,7 +424,7 @@ export default {
inventory_add
:
this
.
commodityForm
.
inventory_total
,
inventory_add
:
this
.
commodityForm
.
inventory_total
,
original_price
:
this
.
commodityForm
.
original_price
,
original_price
:
this
.
commodityForm
.
original_price
,
price
:
this
.
commodityForm
.
price
,
price
:
this
.
commodityForm
.
price
,
marketing_name
:
this
.
editInfo
.
titl
e
,
marketing_name
:
this
.
editInfo
.
marketing_nam
e
,
marketing_type
:
"4"
,
marketing_type
:
"4"
,
ota_id
:
this
.
commodityForm
.
business1
,
ota_id
:
this
.
commodityForm
.
business1
,
op_cur_user
:
store
.
state
.
userInfo
.
email
,
op_cur_user
:
store
.
state
.
userInfo
.
email
,
...
...
src/service/Activity/index.js
View file @
f7ec94d7
...
@@ -32,7 +32,7 @@ export async function markGoodsInfo(params) {
...
@@ -32,7 +32,7 @@ export async function markGoodsInfo(params) {
// 编辑商品详情
// 编辑商品详情
export
async
function
editGoods
(
params
)
{
export
async
function
editGoods
(
params
)
{
const
res
=
await
axios
.
post
(
"/api/v1/goods/background/edit_goods"
,
params
);
const
res
=
await
axios
.
post
(
"/api/v1/goods/background/edit_
activity_
goods"
,
params
);
return
res
;
return
res
;
}
}
...
...
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