GFRS-2591【前端】新增星路历程的部分代码与图片。提交人--张齐

This commit is contained in:
zhangqi1
2021-08-30 19:58:22 +08:00
committed by liyuetong
parent db756a5790
commit 2e50e7e3b0
7 changed files with 97 additions and 6 deletions

View File

@@ -15,7 +15,6 @@ import md5 from 'js-md5'
import cryptoJs from 'crypto-js'
import cacheUtils from '@/assets/js/utils/cacheUtils'
import animated from 'animate.css'
import VueTouch from 'vue-touch'
import {
Cell,
@@ -67,7 +66,6 @@ Vue.use(List)
Vue.use(VanImage)
Vue.use(Sticky)
Vue.use(animated)
Vue.use(VueTouch, {name: 'v-touch'})
Vue.prototype.$assetsUrl = config.assetsUrl
Vue.prototype.$assetsUpUrl = config.assetsUpUrl