Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4f73f179
authored
Mar 26, 2024
by
xiehao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改了文件上传地址
1 parent
37a43cbe
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
src/views/conceptualViewOrg/MaterialFeedback.vue
src/views/demandManagement/DemandSubDialog.vue
src/views/documentEdit/index.vue
src/views/projectInfoManage/index.vue
src/views/report-template-fabric/index.vue
src/views/total-archi-property-document/index.vue
src/views/conceptualViewOrg/MaterialFeedback.vue
View file @
4f73f17
...
...
@@ -35,7 +35,7 @@
<template
slot-scope=
"scope"
>
<el-upload
class=
"upload-demo"
action=
"/
api/file
/oss/upload"
action=
"/
eadc-shared-ability
/oss/upload"
ref=
"upload"
:on-remove=
"
(file, fileList) => handleRemove(file, fileList, scope.row)
...
...
src/views/demandManagement/DemandSubDialog.vue
View file @
4f73f17
...
...
@@ -35,7 +35,7 @@
<template
slot-scope=
"scope"
>
<el-upload
class=
"upload-demo"
action=
"/
api/file
/oss/upload"
action=
"/
eadc-shared-ability
/oss/upload"
ref=
"upload"
:on-remove=
"
(file, fileList) => handleRemove(file, fileList, scope.row)
...
...
src/views/documentEdit/index.vue
View file @
4f73f17
...
...
@@ -162,7 +162,7 @@ export default {
placeholder
:
'请输入内容...'
,
MENU_CONF
:
{
uploadImage
:
{
server
:
'/
api/file
/oss/upload'
,
server
:
'/
eadc-shared-ability
/oss/upload'
,
fieldName
:
'file'
,
allowedFileTypes
:
[
'image/*'
],
metaWithUrl
:
true
,
// 参数拼接到 url 上
...
...
src/views/projectInfoManage/index.vue
View file @
4f73f17
...
...
@@ -131,7 +131,7 @@
<
template
slot-scope=
"scope"
>
<el-upload
class=
"upload-demo"
action=
"/
api/file
/oss/upload"
action=
"/
eadc-shared-ability
/oss/upload"
ref=
"upload"
:on-remove=
"(file, fileList) => handleRemove(file, fileList, scope.row)"
:on-success=
"(res, file, fileList) => handleFileUploadSuccess(res, file, fileList, scope.row)"
...
...
src/views/report-template-fabric/index.vue
View file @
4f73f17
...
...
@@ -115,7 +115,7 @@
<!-- <input @change="fileUpload" type="file" /> -->
<el-upload
class=
"upload-demo"
action=
"/
api/file
/oss/upload"
action=
"/
eadc-shared-ability
/oss/upload"
ref=
"upload"
:on-remove=
"handleRemove"
:on-success=
"handleFileUploadSuccess"
...
...
src/views/total-archi-property-document/index.vue
View file @
4f73f17
...
...
@@ -101,7 +101,7 @@
<!-- <input @change="fileUpload" type="file" /> -->
<el-upload
class=
"upload-demo"
action=
"/
api/file
/oss/upload"
action=
"/
eadc-shared-ability
/oss/upload"
ref=
"upload"
:on-remove=
"handleRemove"
:on-success=
"handleFileUploadSuccess"
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment