feat: 未登录时,跳转到单独的登录页
This commit is contained in:
@@ -12,7 +12,7 @@ if (process.env.NODE_ENV === 'development') {
|
||||
if (typeof baseUrl === 'undefined') {
|
||||
console.error('请检查.env配置文件是否存在');
|
||||
} else {
|
||||
console.log(`[芋道商城 ${version}] https://doc.iocoder.cn`);
|
||||
|
||||
}
|
||||
|
||||
export const apiPath = import.meta.env.SHOPRO_API_PATH;
|
||||
|
||||
Reference in New Issue
Block a user