8 Star 1 Fork 0

雪村/fangzhiyuan_uniapp

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
env.js 1.09 KB
Copy Edit Raw Blame History
liuyu authored 2022-11-05 23:27 . 测试服务器地址
/**
* Shopro全局配置文件
*/
// export const BASE_URL = 'https://fangzhi.bigchun.com' //后台根域名 https://demo.shopro.top
export const BASE_URL = 'https://d-fangzhi.bigchun.com' //后台根域名 https://demo.shopro.top
export const API_URL = `${BASE_URL}/addons/shopro/` //后台接口域名
// export const IMG_URL = 'https://fangzhi.bigchun.com' //全局网络图片地址变量,css背景图片地址变量在uni.scss
export const IMG_URL = 'https://d-fangzhi.bigchun.com' //全局网络图片地址变量,css背景图片地址变量在uni.scss
export const MAP_KEY = '265849207ce2***4a9ac5839753dc'; //高德地图开发者Web服务key,逆坐标解析
export const HAS_LIVE = false //后台是否开通直播权限,根据情况在manifest.json中,开启注释相应组件的引入,pages.json中打开直播
// export const BASE_URL_DUOMI = 'https://fangzhi.bigchun.com' //后台根域名 https://demo.shopro.top
export const BASE_URL_DUOMI = 'https://d-fangzhi.bigchun.com' //后台根域名 https://demo.shopro.top
export const API_URL_DUOMI = `${BASE_URL_DUOMI}/api/` //后台接口域名
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunhappy0318/fangzhiyuan_uniapp.git
git@gitee.com:sunhappy0318/fangzhiyuan_uniapp.git
sunhappy0318
fangzhiyuan_uniapp
fangzhiyuan_uniapp
master

Search