Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
wenyi.chen
product_library_api
Commits
529be613
Commit
529be613
authored
8 months ago
by
cwy
Browse files
Options
Download
Plain Diff
多个pdf文件问题
parents
94cf6dfe
32fb2371
master
dev
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/api/route/api.php
+1
-2
app/api/route/api.php
with
1 addition
and
2 deletions
+1
-2
app/api/route/api.php
+
1
-
2
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"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Topics
Snippets