重构配置管理,更新域名处理逻辑,简化配置结构
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { app } from '@/app.ts';
|
||||
import { Org } from '@/models/org.ts';
|
||||
import { User } from '@/models/user.ts';
|
||||
import { domain } from '@/modules/domain.ts';
|
||||
import { proxyDomain as domain } from '@/modules/domain.ts';
|
||||
/**
|
||||
* 当配置了domain后,创建cookie,当get请求地址的时候,会自动带上cookie
|
||||
* @param token
|
||||
|
||||
Reference in New Issue
Block a user