Compare commits
2 Commits
04664be9d8
...
d45242af68
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d45242af68 | ||
![]() |
8b10d6863b |
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,6 +12,8 @@ dist
|
|||||||
dist-ssr
|
dist-ssr
|
||||||
.history
|
.history
|
||||||
*.local
|
*.local
|
||||||
|
*.zip
|
||||||
|
*.rar
|
||||||
|
|
||||||
# Editor directories and files
|
# Editor directories and files
|
||||||
.vscode/*
|
.vscode/*
|
||||||
|
@ -6,6 +6,7 @@ VITE_APP_SUB_OA = '//localhost:8090/sub-operation-admin/'
|
|||||||
VITE_APP_SUB_GAS = '//localhost:8090/sub-government-affairs-service/'
|
VITE_APP_SUB_GAS = '//localhost:8090/sub-government-affairs-service/'
|
||||||
VITE_APP_SUB_GAA = '//localhost:8090/sub-government-admin/'
|
VITE_APP_SUB_GAA = '//localhost:8090/sub-government-admin/'
|
||||||
VITE_APP_SUB_GSS = '//localhost:8090/sub-government-screen-service/'
|
VITE_APP_SUB_GSS = '//localhost:8090/sub-government-screen-service/'
|
||||||
|
VITE_APP_VIST_URL = 'http://localhost'
|
||||||
# 接口
|
# 接口
|
||||||
VITE_APP_BASE_API = '/apis'
|
VITE_APP_BASE_API = '/apis'
|
||||||
VITE_APP_BASE_URL = ''
|
VITE_APP_BASE_URL = ''
|
||||||
|
@ -12,3 +12,4 @@ VITE_APP_BASE_API = '/apis'
|
|||||||
VITE_APP_BASE_URL = ''
|
VITE_APP_BASE_URL = ''
|
||||||
VITE_APP_UPLOAD_API = '/uploadApis'
|
VITE_APP_UPLOAD_API = '/uploadApis'
|
||||||
VITE_APP_UPLOAD_URL = ''
|
VITE_APP_UPLOAD_URL = ''
|
||||||
|
VITE_APP_VIST_URL = 'http://192.168.18.99'
|
@ -44,7 +44,7 @@ export const rightApps = [
|
|||||||
{
|
{
|
||||||
name: 'sub-government-admin',
|
name: 'sub-government-admin',
|
||||||
entry: VITE_APP_SUB_GAS,
|
entry: VITE_APP_SUB_GAS,
|
||||||
activeRule: `${VITE_APP_VIST_URL}:82/login`,
|
activeRule: `${VITE_APP_VIST_URL}:81/login`,
|
||||||
title: '管理后台',
|
title: '管理后台',
|
||||||
icon: 'images/platform/icon-admin.png',
|
icon: 'images/platform/icon-admin.png',
|
||||||
},
|
},
|
||||||
|
@ -36,7 +36,6 @@ import { getAssetsFile } from '@/utils';
|
|||||||
|
|
||||||
const gotoPage = (row) => {
|
const gotoPage = (row) => {
|
||||||
// window.history.pushState({}, row.name, row.activeRule);
|
// window.history.pushState({}, row.name, row.activeRule);
|
||||||
console.log(row.activeRule);
|
|
||||||
if (row.name == 'sub-app1') {
|
if (row.name == 'sub-app1') {
|
||||||
window.location.href = 'https://www.pgyer.com/MXd3uUrO';
|
window.location.href = 'https://www.pgyer.com/MXd3uUrO';
|
||||||
} else if (row.name == 'sub-app2') {
|
} else if (row.name == 'sub-app2') {
|
||||||
|
2
new-digital-agriculture-screen/.gitignore
vendored
2
new-digital-agriculture-screen/.gitignore
vendored
@ -64,6 +64,8 @@ web_modules/
|
|||||||
|
|
||||||
# Output of 'npm pack'
|
# Output of 'npm pack'
|
||||||
*.tgz
|
*.tgz
|
||||||
|
*.zip
|
||||||
|
*.rar
|
||||||
|
|
||||||
# Yarn Integrity file
|
# Yarn Integrity file
|
||||||
.yarn-integrity
|
.yarn-integrity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user