This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
importVuefrom'vue'
import'./rem'
import'normalize.css/normalize.css'// A modern alternative to CSS resets
importElementUIfrom'element-ui'
import'element-ui/lib/theme-chalk/index.css'
// import locale from 'element-ui/lib/locale/lang/en' // lang i18n
importzhCNfrom'element-ui/src/locale/lang/zh-CN'
import'@/styles/index.scss'// global css
importAppfrom'./App'
importstorefrom'./store'
importrouterfrom'./router'
import'@/icons'// icon
import'@/permission'// permission contro
/**
* If you don't want to use mock-server
* you want to use MockJs for mock api
* you can execute: mockXHR()
*
* Currently MockJs will be used in the production environment,
* please remove it before going online ! ! !
*/
import*asechartsfrom'echarts'
Vue.prototype.$echarts=echarts// 挂载到Vue实例上面
importVueSocketIOfrom'vue-socket.io'
importSocketIOfrom'socket.io-client'
Vue.use(newVueSocketIO({
debug:true,
connection:SocketIO(process.env.VUE_APP_FACE_API)// options object is Optional