// 开发环境配置 // export let baseUrl; // export let version; // console.log(import.meta.env.SHOPRO_DEV_BASE_URL,"===") // if (process.env.NODE_ENV === 'development') { // baseUrl = import.meta.env.SHOPRO_DEV_BASE_URL; // baseUrl = https://shanyikang.njrenzhou.cn // } else { // baseUrl = import.meta.env.SHOPRO_BASE_URL; // } // version = import.meta.env.SHOPRO_VERSION; // console.log(`[Shopro ${version}] https://www.sheepjs.com/`); // export const apiPath = import.meta.env.SHOPRO_API_PATH; // export const staticUrl = import.meta.env.SHOPRO_STATIC_URL; // export default { // baseUrl, // apiPath, // staticUrl, // }; export let baseUrl='https://shanyikang.njrenzhou.cn/'; export let version='3.0.0'; export const apiPath = '/addons/shopro/' export const staticUrl = 'https://shanyikang.njrenzhou.cn/' export default { baseUrl, apiPath, staticUrl, };