1 Star 0 Fork 319

独孤剑/tacomall-uniapp

forked from Jerry Tang/塔可商城 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.js 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jerry Tang 提交于 2021-01-25 09:11 . 1、修改文件目录
/*
* @Author: 码上talk|RC
* @Date: 2020-06-09 23:20:26
* @LastEditTime: 2020-12-29 19:57:18
* @LastEditors: 码上talk|RC
* @Description:
* @FilePath: /tacomall-uniapp/config.js
* @Just do what I think it is right
*/
export const appConfig = {
wx: {
appid: 'wx564dd23bb47073b1'
},
tokenKey: 'user-access-token',
historySearchKey: 'local-history-search',
apiUrl: process.env.NODE_ENV === 'development' ? 'http://192.168.0.104:4000/' : 'https://apitc.codingtalk.cn/',
ossUrl: process.env.NODE_ENV === 'development' ? '//codingtalk-imgtest.oss-cn-shenzhen.aliyuncs.com/' : '//img.codingtalk.cn/'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhanglujun2018/tacomall-uniapp.git
git@gitee.com:zhanglujun2018/tacomall-uniapp.git
zhanglujun2018
tacomall-uniapp
tacomall-uniapp
master

搜索帮助