UNPKG

@zat-design/sisyphus-mobile-cli

Version:

移动端H5+小程序脚手架

25 lines (24 loc) 639 B
"use strict"; /** * 配置不同环境的appId 和 接口请求,方便在打包的时候直接替换 */ module.exports = { dev: { appid: 'wx4b428fc0e908e92c', // MININAME宴客厅 gateway: 'http://2215806-xinao-marketing-gateway.test.za-tech.net' // 众安开发环境走前端域名转发 }, sit: { appid: 'wxc42816f46a1ea80c', // MININAME球台 gateway: 'https://marketing-gateway-tst.ennejb.cn' }, pre: { appid: 'wx75897dd1bb3a7834', gateway: 'https://marketing-gateway-pre.ennejb.cn' }, prd: { appid: 'wx1e4698cbdb9db2f1', gateway: 'https://marketing-gateway.ennejb.cn' } };