Compare commits

..

No commits in common. "d45242af680d09f1d0673731439620eda21c3291" and "04664be9d8a9e968910f45d46e003978da7ab014" have entirely different histories.

6 changed files with 2 additions and 7 deletions

2
.gitignore vendored
View File

@ -12,8 +12,6 @@ dist
dist-ssr
.history
*.local
*.zip
*.rar
# Editor directories and files
.vscode/*

View File

@ -6,7 +6,6 @@ VITE_APP_SUB_OA = '//localhost:8090/sub-operation-admin/'
VITE_APP_SUB_GAS = '//localhost:8090/sub-government-affairs-service/'
VITE_APP_SUB_GAA = '//localhost:8090/sub-government-admin/'
VITE_APP_SUB_GSS = '//localhost:8090/sub-government-screen-service/'
VITE_APP_VIST_URL = 'http://localhost'
# 接口
VITE_APP_BASE_API = '/apis'
VITE_APP_BASE_URL = ''

View File

@ -12,4 +12,3 @@ VITE_APP_BASE_API = '/apis'
VITE_APP_BASE_URL = ''
VITE_APP_UPLOAD_API = '/uploadApis'
VITE_APP_UPLOAD_URL = ''
VITE_APP_VIST_URL = 'http://192.168.18.99'

View File

@ -44,7 +44,7 @@ export const rightApps = [
{
name: 'sub-government-admin',
entry: VITE_APP_SUB_GAS,
activeRule: `${VITE_APP_VIST_URL}:81/login`,
activeRule: `${VITE_APP_VIST_URL}:82/login`,
title: '管理后台',
icon: 'images/platform/icon-admin.png',
},

View File

@ -36,6 +36,7 @@ import { getAssetsFile } from '@/utils';
const gotoPage = (row) => {
// window.history.pushState({}, row.name, row.activeRule);
console.log(row.activeRule);
if (row.name == 'sub-app1') {
window.location.href = 'https://www.pgyer.com/MXd3uUrO';
} else if (row.name == 'sub-app2') {

View File

@ -64,8 +64,6 @@ web_modules/
# Output of 'npm pack'
*.tgz
*.zip
*.rar
# Yarn Integrity file
.yarn-integrity