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" } }