记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
60bdbad5
Commit
60bdbad5
authored
Nov 03, 2025
by
wangyifan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改admin后台活动管理上传图片不走三方审核
parent
d1fb9e76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
add.html
...rces/templates/zhengzai/smile/volunteers/project/add.html
+1
-1
edit.html
...ces/templates/zhengzai/smile/volunteers/project/edit.html
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/volunteers/project/add.html
View file @
60bdbad5
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
var
formData
=
new
FormData
();
var
formData
=
new
FormData
();
formData
.
append
(
"file"
,
e
.
target
.
files
[
0
]);
formData
.
append
(
"file"
,
e
.
target
.
files
[
0
]);
$
.
ajax
({
$
.
ajax
({
url
:
platformUrl
+
"/platform/basicServices/alOss/upload"
,
//路径是你控制器中上传图片的方法,下面controller里面我会写到
url
:
platformUrl
+
"/platform/basicServices/alOss/upload
/unsm
"
,
//路径是你控制器中上传图片的方法,下面controller里面我会写到
data
:
formData
,
data
:
formData
,
cache
:
false
,
cache
:
false
,
contentType
:
false
,
contentType
:
false
,
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/smile/volunteers/project/edit.html
View file @
60bdbad5
...
@@ -182,7 +182,7 @@
...
@@ -182,7 +182,7 @@
var
formData
=
new
FormData
();
var
formData
=
new
FormData
();
formData
.
append
(
"file"
,
e
.
target
.
files
[
0
]);
formData
.
append
(
"file"
,
e
.
target
.
files
[
0
]);
$
.
ajax
({
$
.
ajax
({
url
:
platformUrl
+
"/platform/basicServices/alOss/upload"
,
//路径是你控制器中上传图片的方法,下面controller里面我会写到
url
:
platformUrl
+
"/platform/basicServices/alOss/upload
/unsm
"
,
//路径是你控制器中上传图片的方法,下面controller里面我会写到
data
:
formData
,
data
:
formData
,
cache
:
false
,
cache
:
false
,
contentType
:
false
,
contentType
:
false
,
...
...
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