Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
product_library_api
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
app/api/route/api.php
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