Commit 92b2bfff authored by 邓晓峰's avatar 邓晓峰

fix: 修复新版运维跳转路径

parent dbdd14f1
Pipeline #34671 passed with stages
in 22 minutes 56 seconds
......@@ -2,8 +2,8 @@ import React from 'react';
import HandlerMap from './HandlerMap';
const MaintenanceHost = '192.168.10.150:8777';
const MaintenancePath = 'CivManage/productCenter/product';
const MaintenanceHost = window.location.origin;
const MaintenancePath = 'CivManage';
export default class Container extends React.Component {
constructor(props) {
super(props);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment