优化网站导航模块
This commit is contained in:
@@ -43,8 +43,7 @@ export default [
|
||||
children: [
|
||||
{
|
||||
path: '/system/user',
|
||||
component: '/system/user',
|
||||
meta: { title: '用户管理', icon: 'TeamOutlined' }
|
||||
component: '/system/user'
|
||||
},
|
||||
{
|
||||
path: '/system/role',
|
||||
@@ -63,8 +62,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/system/organization',
|
||||
component: '/system/organization',
|
||||
meta: { title: '部门管理', icon: 'BankOutlined' }
|
||||
component: '/system/organization'
|
||||
},
|
||||
{
|
||||
path: '/system/file',
|
||||
|
||||
@@ -3,14 +3,16 @@ export const TENANT_ID = import.meta.env.VITE_TENANT_ID;
|
||||
// appSecret
|
||||
export const APP_SECRET = 'ffd6eee985af45e4a75098422d1decbb';
|
||||
|
||||
export const domain = 'https://www.gxwebsoft.com';
|
||||
export const domain = 'https://websoft.top';
|
||||
// 主节点
|
||||
export const SERVER_API_URL = import.meta.env.VITE_SERVER_URL;
|
||||
// 模块节点
|
||||
export const MODULES_API_URL = import.meta.env.VITE_API_URL;
|
||||
export const OPEN_API_URL = 'https://open.gxwebsoft.com/api';
|
||||
export const THINK_API_URL = import.meta.env.VITE_THINK_URL;
|
||||
// 文件服务器地址
|
||||
export const FILE_SERVER = 'https://file.wsdns.cn';
|
||||
// 图片前缀
|
||||
export const IMG_URL = 'https://gxtyzx.gxsportscenter.com/uploads/images/';
|
||||
|
||||
/**
|
||||
* 以下配置一般不需要修改
|
||||
|
||||
Reference in New Issue
Block a user