platformChunk 运行环境判断
return:Number
使用指南
全局使用 (推荐)
import {req} from './common/request/request.js'; //文件路径请换成本地路径
Vue.prototype.$req = req; //挂载到原型上
局部使用
import {req} from './common/request/request.js';
let type=req.platformChunk();
console.log(type);
代码演示
1.简单使用
let type=this.$req.platformChunk();
console.log(type);
platformChunk参数返回
类型 | 描述 |
---|---|
Number | APP环境下返回 0,其他环境均返回 1,次接口仅提供给内部调用,谨慎调用 |
当前内容版权归 SilurianYang 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 SilurianYang .