Skip to content

Commit b9e0a9e

Browse files
committed
修复引入time_line的绝对路径错误
1 parent f001b51 commit b9e0a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/core/gin-vue-admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import './element_lazy'
77
import uploader from 'vue-simple-uploader'
88
import APlayer from '@moefe/vue-aplayer'
99
// time line css
10-
import '../node_modules/timeline-vuejs/dist/timeline-vuejs.css'
10+
import '../../node_modules/timeline-vuejs/dist/timeline-vuejs.css'
1111
// 路由守卫
1212
import Bus from '@/utils/bus'
1313
Vue.use(Bus)

0 commit comments

Comments
 (0)