1 Star 0 Fork 9

fastiot/微凌客旅游管理系统(前端uni-app)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
base.js 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
Amen 提交于 2024-09-10 13:54 . 1.1.9
import { getTabbarHeight } from '@/wlkutils/tools';
let baseUrl = "";
if (process.env.NODE_ENV === 'development') {
// 开发环境
baseUrl = 'https://newtour.asphel.cn/addons/wlktour/'
} else if (process.env.NODE_ENV === 'production') {
// 生产环境
baseUrl = 'https://newtour.asphel.cn/addons/wlktour/'
}
let systemInfo = {
...getTabbarHeight(),
};
const courtConfig = {
//微信公众号APPID
publicAppId: "",
systemInfo:systemInfo,//系统信息
//请求接口
apiUrl: baseUrl,
//平台名称
platformName: "微凌客旅游系统",
//项目logo
logoUrl: "",
};
export default courtConfig
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fastiot/wlktour-uniapp.git
[email protected]:fastiot/wlktour-uniapp.git
fastiot
wlktour-uniapp
微凌客旅游管理系统(前端uni-app)
master

搜索帮助