Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
5f694c0a
Commit
5f694c0a
authored
Jul 20, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加app更新管理
parent
ebd8e868
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
version.js
src/api/appManagement/version.js
+7
-0
index.vue
src/views/appManagement/appVersion/index.vue
+3
-1
index.vue
src/views/userManagement/memberManagement/index.vue
+0
-1
No files found.
src/api/appManagement/version.js
View file @
5f694c0a
...
...
@@ -39,3 +39,10 @@ export function getAppVersion(id) {
method
:
'get'
,
});
}
export
function
uploadInstallationPackage
(
id
)
{
return
fetch
({
url
:
'/api/app/version/upload/installationPackage'
,
method
:
'post'
,
});
}
src/views/appManagement/appVersion/index.vue
View file @
5f694c0a
...
...
@@ -163,7 +163,8 @@
<el-upload
multiple=
"false"
class=
"upload-demo"
action=
""
:action=
"BASE_API+'/api/app/version/upload/installationPackage'"
:headers=
"getHeaderWithToken"
:on-preview=
"handlePreview"
:on-remove=
"handleRemove"
:file-list=
"fileList"
>
...
...
@@ -213,6 +214,7 @@
},
data
()
{
return
{
BASE_API
:
process
.
env
.
BASE_API
,
versionRow
:
{
sysType
:
0
,
version
:
undefined
,
...
...
src/views/userManagement/memberManagement/index.vue
View file @
5f694c0a
...
...
@@ -141,7 +141,6 @@
listLoading
:
true
,
tableKey
:
0
,
addMembershipGrade
:
false
,
BASE_API
:
process
.
env
.
BASE_API
,
add
:
{
level
:
undefined
,
name
:
undefined
,
...
...
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