Commit 38e799b7 authored by liwei's avatar liwei

修改了字体,改为了本地

parent 0d741ce1
......@@ -3,7 +3,6 @@ module.exports = {
// baseUrl: 'http://106.3.97.198:20162'
baseUrl: 'http://192.168.1.8:8092',//接口URL
imgUrl:'http://192.168.1.8/static/images',//图片URL
fontUrl:'http://192.168.1.8/static/font',//字体URL
webViewUrl:'http://192.168.1.8:8080'//小程序跳转H5页面的URL
}
......
......@@ -17,7 +17,6 @@ Vue.use(uView)
Vue.prototype.$myRequest = request; // 接口请求
Vue.prototype.$BASE_URL = config.baseUrl//接口地址
Vue.prototype.$IMG_URL = config.imgUrl;//图片地址
Vue.prototype.$FONT_URL = config.fontUrl;//图片地址
Vue.prototype.$WEBVIEW_URL = config.webViewUrl;//H5跳转地址
Vue.prototype.$store = store;//正式接口
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment