提交 72de289a 编写于 作者: Y yangyiliang 提交者: quyatong

add default platform

上级 1b9ae685
......@@ -7,7 +7,7 @@ const apiPrefix = 'https://api.chameleon.com';
cml.config.merge({
templateLang: 'cml',
templateType: 'html',
platforms: ['web', 'weex', 'wx'],
platforms: ['web', 'weex', 'wx', 'baidu', 'alipay'],
buildInfo: {
wxAppId: '123456'
},
......
......@@ -7,7 +7,7 @@ const apiPrefix = 'https://api.chameleon.com';
cml.config.merge({
templateLang: 'cml',
templateType: 'html',
platforms: ['web', 'weex', 'wx'],
platforms: ['web', 'weex', 'wx', 'baidu', 'alipay'],
buildInfo: {
wxAppId: '123456'
},
......
......@@ -34,7 +34,7 @@ var miniappConfig = {
};
var chameleonConfig = {
platforms: ["web", "weex", "wx"],
platforms: ['web', 'weex', 'wx', 'baidu', 'alipay'],
// devPort: 8000,
// projectName: undefined,
templateType: 'html', // 模板类型 smarty or html,决定web页面的格式与dev web服务器的类型
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册