@@ -1,7 +1,7 @@
// 登录校验接口
import httputils from '@/api/httputils'
const testApi = '/serve/topology-wanda';
-const dataApi = '/data';
+const dataApi = '';
// const testApi = '/serve'
//获取图例分类结构
export function queryByGroup(params) {
@@ -425,7 +425,7 @@ export class EditScence extends SGraphScene {
*/
addIconItem(event: SMouseEvent): void {
//获取信息工程化相关参数
- const InfoSystemId = this._legend.InfoSystemId ? this._legend.InfoSystemId :''
+ const InfoSystemId = this._legend.InfoSystemId ? this._legend.InfoSystemId :'';
const LegendData: Legend = {
ID: uuid(),
Name: this._legend.Name,
@@ -30,7 +30,7 @@ module.exports = {
changeOrigin: true,
secure: false,
pathRewrite: {
- '^/data': '',
+ '^/data': '/data',
},