IPPSWAP-h5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
511 B

import Theme from '../global.scss';
const SHOW_DIALOG=true
const env = "dev";
// const env = "stage";
// const env = "prod";
const IS_TEST = env === "dev" || env === "stage";
const baseUrl = IS_TEST ? 'http://kaka-carddealer-admin.weirui0755.com/stage-api'
: '/prod-api'
export default {
baseUrl,
IS_TEST,
SHOW_DIALOG,
/**
* @type {{deepColor: string; grayColor: string; primaryColor: string; lightPrimaryColor: string;}}
*/
Theme,
appVariant: {
title: "Yuntong Supply Chain"
}
}