Blame view

pc-master/src/components/canvasShow/config/config.js 231 Bytes
3f535f30   杨鑫   '初始'
1
2
3
4
5
6
7
8
  // 画布配置
  const config = {
    terminal: 4, // 画布设备 1 小程序,2 H5,3 App 4 电脑
    typeId: 0, // 页面类型 1 平台画布,2 自定义页面,3 商家店铺装修
    tokenKey:'token'
  }
  
  export default config