|
@@ -10,8 +10,10 @@ import '@/assets/scss/index.scss'
|
|
import httpRequest from '@/utils/httpRequest' // api: https://github.com/axios/axios
|
|
import httpRequest from '@/utils/httpRequest' // api: https://github.com/axios/axios
|
|
import { isAuth } from '@/utils'
|
|
import { isAuth } from '@/utils'
|
|
import cloneDeep from 'lodash/cloneDeep'
|
|
import cloneDeep from 'lodash/cloneDeep'
|
|
|
|
+import { VueJsonp } from 'vue-jsonp'
|
|
|
|
|
|
Vue.use(VueCookie)
|
|
Vue.use(VueCookie)
|
|
|
|
+Vue.use(VueJsonp)
|
|
Vue.config.productionTip = false
|
|
Vue.config.productionTip = false
|
|
|
|
|
|
// 非生产环境, 适配mockjs模拟数据 // api: https://github.com/nuysoft/Mock
|
|
// 非生产环境, 适配mockjs模拟数据 // api: https://github.com/nuysoft/Mock
|