Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
27c08ae7
authored
2023-03-16 10:16:46 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
echarts版本升级
1 parent
981e0cd7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
package.json
src/main.js
package.json
View file @
27c08ae
...
...
@@ -12,7 +12,7 @@
"axios"
:
"^0.21.1"
,
"clipboard"
:
"^2.0.11"
,
"core-js"
:
"^3.6.5"
,
"echarts"
:
"^
4.6.0
"
,
"echarts"
:
"^
5.3.3
"
,
"file-saver"
:
"^2.0.5"
,
"js-cookie"
:
"2.2.0"
,
"jsoneditor"
:
"^9.9.2"
,
...
...
src/main.js
View file @
27c08ae
/*
* @Author: yangwei
* @Date: 2023-01-16 09:10:12
* @LastEditors: yangwei
* @LastEditTime: 2023-03-16 09:33:27
* @FilePath: \bdcjg-web\src\main.js
* @Description:
*
* Copyright (c) 2023 by ${yangwei}, All Rights Reserved.
*/
import
Vue
from
'vue'
import
App
from
'./App'
import
'normalize.css/normalize.css'
// a modern alternative to CSS resets
...
...
@@ -8,7 +18,8 @@ import Base from './base' // 全局组件引入
import
mixin
from
'@/utils/mixin/theme.js'
import
dataV
from
'@jiaminghi/data-view'
;
import
echarts
from
"echarts"
import
*
as
echarts
from
"echarts"
import
{
startLoadingAddCount
,
endLoadingSubCount
}
from
'./utils/requestLoading'
Vue
.
mixin
(
mixin
)
import
'./directive/vxe-table'
...
...
Please
register
or
sign in
to post a comment