j***@163.com
j***@163.com
  • 发布:2021-04-27 18:02
  • 更新:2021-04-27 18:02
  • 阅读:687

app.vue中访问全局变量的问题

分类:uni-app

新建了一个config.js文件

const baseUrl = 'http://192.168.0.111:88'  

export default {  
    baseUrl  
}

在main.js中引用:

import { baseUrl } from '@/common/js/config.js'  
Vue.prototype.baseUrl = baseUrl

然后在app.vue中的onLaunch方法中调用:

this.baseUrl

一直提示:TypeError: Cannot read property 'baseUrl' of undefined

2021-04-27 18:02 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复