合并鼎诚919

This commit is contained in:
邓晓坤
2019-09-19 18:04:30 +08:00
parent 1c4edae07f
commit d5ca72a7fc
73 changed files with 3805 additions and 2281 deletions

View File

@@ -9,6 +9,7 @@ import Jump from '@/assets/js/utils/jump'
import utils from '@/assets/js/business-common'
import config from '@/config'
import noMoreClick from '@/directive/noMoreClick'
//全局注册vant常用组件
import { Toast, Button, Dialog, Icon } from 'vant'
@@ -18,6 +19,7 @@ Vue.use(Toast)
Vue.use(Button)
Vue.use(Dialog)
Vue.prototype.$assetsUrl = config.assetsUrl
Vue.prototype.$mainUrl = config.mainUrl
// 全局 防重复点击
Vue.directive('no-more-click', noMoreClick)
//解决ios移动端input调软键盘问题
@@ -76,5 +78,3 @@ new Vue({
store,
render: h => h(App)
}).$mount('#app')
import baseUrl from './config/index'
console.log('--服务器url:', baseUrl.apiDomain)