Commit 8368f08a by wangyalan-git

解决vant字体图标不显示

parent 175d1d97
......@@ -6,7 +6,8 @@ import { Toast } from 'vant'
// 创建axios实例
const service = axios.create({
// baseURL: 'http://192.168.31.138:8201/mall-portal',
baseURL: 'http://vankemanage.jsonpro.cn/mall-portal',
// baseURL: 'http://vankemanage.jsonpro.cn/mall-portal',
baseURL: 'http://127.0.0.1:8201/mall-portal',
// baseURL: 'http://hhg.api.jsonpro.cn:8201/mall-portal',
timeout: 60000 // 请求超时时间
})
......
......@@ -31,8 +31,8 @@ export default {
mounted () {
this.jobNo = this.$route.query.jobNo
this.ticket = this.$route.query.ticket
this.getToken()
// this.getTicketLogin()
// this.getToken()
this.getTicketLogin()
},
methods: {
getToken () {
......
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