Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
product_library_api
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
wenyi.chen
product_library_api
Commits
529be613
Commit
529be613
authored
Sep 29, 2024
by
cwy
Browse files
Options
Browse Files
Download
Plain Diff
多个pdf文件问题
parents
94cf6dfe
32fb2371
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
app/api/route/api.php
+1
-2
No files found.
app/api/route/api.php
View file @
529be613
...
...
@@ -88,12 +88,11 @@ Route::rule("product/save","Product/save");
Route
::
rule
(
"product/delete"
,
"Product/delete"
);
Route
::
rule
(
"product/add"
,
"Product/add"
);
Route
::
rule
(
"product/unallocatedProducts"
,
"product/unallocatedProducts"
);
Route
::
rule
(
"product/unallocatedProducts"
,
"product/unallocatedProducts"
);
// 未分配的产品列表
Route
::
rule
(
"productAllocation/add"
,
"productAllocation/add"
);
Route
::
rule
(
"productAllocation/list"
,
"productAllocation/list"
);
Route
::
rule
(
"productAllocation/see"
,
"productAllocation/see"
);
Route
::
rule
(
"productAllocation/save"
,
"productAllocation/save"
);
Route
::
rule
(
"productAllocation/abnormal"
,
"productAllocation/abnormal"
);
Route
::
rule
(
"productAllocation/randomAllocation"
,
"productAllocation/randomAllocation"
);
Route
::
rule
(
"productAllocation/importProduct"
,
"productAllocation/importProduct"
);
...
...
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