13 Star 24 Fork 3

创视/HybridStart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.js 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
tower1229-backup 提交于 2018-11-19 12:52 . update remote url
/*
* app config
* v2.0.0
* rebuild
* 2017-07-12
*/
var isDev = true;
window.appcfg = {
host: {
control: isDev ? "http://rap2api.taobao.org/app/mock/3567" : "",
source: isDev ? "http://source.xxx.com" : "",
upload: isDev ? "http://app.xxx.com/upload/" : ""
},
set: {
version: "",
outime: 10000,
longtime: 20000,
windowAnimate: "push",
animateSubType: "from_right",
animateDuration: 300,
bgColor: "#f0f0f0",
safeStorage: "user,appInit",
temporary: "templateCache,gps"
},
ajax: {
type: "get",
crypto: {
enable: false,
url: ""
}
},
loading: {
text: "正在加载",
title: "",
anim: "fade"
},
pull: {
bgColor: "#C0C0C0",
loadAnimInterval: 200,
isScale: true,
image: {}
},
plugin: {
bdmap: {
zoomLeval: 18
}
},
project: { //自定义配置
sid: 1
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/genvision/HybridStart.git
git@gitee.com:genvision/HybridStart.git
genvision
HybridStart
HybridStart
master

搜索帮助