Updated Version 4.1.0

This commit is contained in:
likeadust
2022-03-10 22:37:00 +08:00
parent dc22f866c1
commit 76bf0bff48
17 changed files with 51 additions and 52 deletions

View File

@@ -8,7 +8,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@easydarwin/easyplayer": "^3.3.10",
"@easydarwin/easyplayer": "^4.1.0",
"axios": "^0.18.0",
"element-ui": "^2.5.4",
"md5": "^2.2.1",

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,5 @@
module.exports = {
lintOnSave:false,
devServer: {
proxy: "http://127.0.0.1:10800"
}