flat: 新页面
This commit is contained in:
2
main.js
2
main.js
@@ -10,6 +10,7 @@ import uView from '@/uni_modules/uview-ui'
|
||||
// Vue.component('mescroll-body', MescrollBody)
|
||||
// Vue.component('mescroll-uni', MescrollUni)
|
||||
|
||||
import empty from '@/components/empty/empty.vue'
|
||||
function navTo(url, needLogin) {
|
||||
console.log(url)
|
||||
if(needLogin) {
|
||||
@@ -41,6 +42,7 @@ Vue.component('jl-button', JlButton)
|
||||
Vue.component('jl-form', JlForm)
|
||||
Vue.component('jl-form-item', JlFormItem)
|
||||
Vue.component('cs-button', CSButton)
|
||||
Vue.component('empty', empty)
|
||||
|
||||
Vue.prototype.$api = { msg }
|
||||
Vue.prototype.navTo = navTo
|
||||
|
||||
Reference in New Issue
Block a user