Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
dc8f0564
Commit
dc8f0564
authored
Aug 21, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: amazon 属性分类
parent
70dd4a5c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
0 deletions
+14
-0
package-lock.json
+0
-0
src/router/index.js
+6
-0
src/views/home/navMenu.vue
+8
-0
src/views/operation/amazon/amazonAttributeGrouping.vue
+0
-0
No files found.
package-lock.json
View file @
dc8f0564
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/router/index.js
View file @
dc8f0564
...
...
@@ -176,6 +176,12 @@ const routes = [
meta
:
{
title
:
'异步任务'
}
},
{
path
:
'/operation/amazonAttributeGrouping'
,
component
:
()
=>
import
(
'@/views/operation/amazon/amazonAttributeGrouping.vue'
),
name
:
'amazonAttributeGrouping'
,
meta
:
{
title
:
'Amazon attribute grouping'
}
},
{
path
:
'/saas/production/assistant/manage'
,
component
:
()
=>
import
(
'@/views/production/AssistantManage.vue'
),
name
:
'production_assistant_manage'
,
...
...
src/views/home/navMenu.vue
View file @
dc8f0564
...
...
@@ -344,6 +344,14 @@ export default {
children
:
[]
},
{
id
:
6
_3
,
path
:
''
,
label
:
'Amazon attribute grouping'
,
icon
:
'el-icon-s-check'
,
index
:
'/operation/amazonAttributeGrouping'
,
children
:
[]
},
{
id
:
9
,
path
:
''
,
label
:
'sql执行工具'
,
...
...
src/views/operation/amazon/amazonAttributeGrouping.vue
0 → 100644
View file @
dc8f0564
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