Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
fanxing_new
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f50e135f
authored
Jul 24, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【NEW】导入导出功能
【NEW】详情加视频播放功能 【BUG】添加视频源提示取消后不能回选
1 parent
147527b4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
dist.zip
public/js/version.json
src/api/baseUrl.js
src/views/ops/systemComponents/sytemSet.vue
dist.zip
View file @
f50e135
No preview for this file type
public/js/version.json
View file @
f50e135
{
"commit"
:
"e027c3792443d9a0b2edf96e71ba985bc50bed6b"
,
"commitDate"
:
"2020-7-21 14:31"
,
"buildDate"
:
"2020-7-23 16:1"
,
"version"
:
"2.0.6"
,
"info"
:
"feat✨ video播放按钮移植到详情页"
}
\ No newline at end of file
{
"commit"
:
"147527b465f70b1c96a69fc30e9f85f15703fade"
,
"commitDate"
:
"2020-7-23 18:26"
,
"buildDate"
:
"2020-7-23 18:32"
,
"version"
:
"2.0.6"
,
"info"
:
"数据备份功能"
}
\ No newline at end of file
src/api/baseUrl.js
View file @
f50e135
...
...
@@ -4,7 +4,7 @@ console.log(process.env.NODE_ENV);
switch
(
process
.
env
.
NODE_ENV
)
{
case
"development"
:
// baseUrl = "http://192.168.9.234:20080"; // 测试环境url
baseUrl
=
"http://192.168.9.
233
:20080"
;
// 测试环境url
baseUrl
=
"http://192.168.9.
62
:20080"
;
// 测试环境url
// baseUrl = "http://192.168.9.82:8080"; // 测试环境url
// baseUrl = "http://192.168.9.61:8086";
// baseUrl = 'http://vion-panda.51vip.biz:52510';
...
...
src/views/ops/systemComponents/sytemSet.vue
View file @
f50e135
...
...
@@ -207,7 +207,7 @@ export default {
type
:
"success"
,
message
:
"上传成功!"
});
this
.
selectFilename
=
file
.
name
;
this
.
selectFilename
=
""
;
this
.
file
=
null
;
},
onerrorback
()
{
...
...
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