xiabin修改app.js
This commit is contained in:
parent
8e782722a5
commit
a40f04df31
@ -1,10 +1,6 @@
|
|||||||
import actions from './actions';
|
import actions from './actions';
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
const { VITE_APP_SUB_OS, VITE_APP_SUB_ADMIN, VITE_APP_SUB_GAS, VITE_APP_SUB_GSS, VITE_APP_SUB_GSR } = import.meta.env;
|
const { VITE_APP_SUB_OS, VITE_APP_SUB_ADMIN, VITE_APP_SUB_GAS, VITE_APP_SUB_GSS, VITE_APP_SUB_GSR } = import.meta.env;
|
||||||
=======
|
|
||||||
const { VITE_APP_SUB_OS, VITE_APP_SUB_OA, VITE_APP_SUB_APP, VITE_APP_SUB_GAA, VITE_APP_SUB_GAS, VITE_APP_SUB_GSS } = import.meta.env;
|
|
||||||
>>>>>>> dev
|
|
||||||
|
|
||||||
export const leftApps = [
|
export const leftApps = [
|
||||||
{
|
{
|
||||||
@ -16,14 +12,14 @@ export const leftApps = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'sub-operation-admin',
|
name: 'sub-operation-admin',
|
||||||
entry: VITE_APP_SUB_OA,
|
entry: VITE_APP_SUB_OS,
|
||||||
activeRule: '/sub-operation-admin',
|
activeRule: '/sub-operation-admin',
|
||||||
title: '管理后台',
|
title: '管理后台',
|
||||||
icon: 'images/platform/icon-admin.png',
|
icon: 'images/platform/icon-admin.png',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'sub-app',
|
name: 'sub-app',
|
||||||
entry: VITE_APP_SUB_APP,
|
entry: VITE_APP_SUB_GAS,
|
||||||
activeRule: '/sub-app',
|
activeRule: '/sub-app',
|
||||||
title: 'APP',
|
title: 'APP',
|
||||||
icon: 'images/platform/icon-app.png',
|
icon: 'images/platform/icon-app.png',
|
||||||
@ -47,14 +43,14 @@ export const rightApps = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'sub-government-admin',
|
name: 'sub-government-admin',
|
||||||
entry: VITE_APP_SUB_GAA,
|
entry: VITE_APP_SUB_GAS,
|
||||||
activeRule: '/sub-government-affairs-service',
|
activeRule: '/sub-government-affairs-service',
|
||||||
title: '管理后台',
|
title: '管理后台',
|
||||||
icon: 'images/platform/icon-admin.png',
|
icon: 'images/platform/icon-admin.png',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'sub-app',
|
name: 'sub-app',
|
||||||
entry: VITE_APP_SUB_APP,
|
entry: VITE_APP_SUB_GAS,
|
||||||
activeRule: '/sub-app',
|
activeRule: '/sub-app',
|
||||||
title: 'APP',
|
title: 'APP',
|
||||||
icon: 'images/platform/icon-app.png',
|
icon: 'images/platform/icon-app.png',
|
||||||
@ -81,7 +77,7 @@ export const defaultApps = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'sub-operation-admin',
|
name: 'sub-operation-admin',
|
||||||
entry: VITE_APP_SUB_OA,
|
entry: VITE_APP_SUB_OS,
|
||||||
activeRule: '/sub-operation-admin',
|
activeRule: '/sub-operation-admin',
|
||||||
title: '运营管理后台',
|
title: '运营管理后台',
|
||||||
icon: 'images/platform/icon-admin.png',
|
icon: 'images/platform/icon-admin.png',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user