Commit 2e1d9698 by 黄日华

收银机程序config提交

parent 553f875b
const app = ''; // eg: .25h/.eg
export const isProd = process.env.NODE_ENV === 'production';
// export const host = isProd
// ? `https://api${app}.vs-u.com`
// : 'http://192.168.88.34:7001';
export const host = isProd
? `https://api${app}.vs-u.com`
: 'http://192.168.88.88:7001';
: `https://api${app}.vs-u.com`;
export const login = `https://m${app}.vs-u.com`;
export const qrHost = login;
export const imgUrl = 'http://barcod.oss-cn-shenzhen.aliyuncs.com/images/';
export const watermark = '.jpg?x-oss-process=style/zmgo_thumb_watermark';
export const appName = '仲马购人工智能';
export const appName = '云值守人工智能';
export const bucket =
process.env.NODE_ENV === 'production' ? 'zhongma' : 'self-shop-test';
export const region = 'oss-cn-shenzhen';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment