fix: Fix error of cinder endpoint

Fix the rootStore path to solve the problem of incorrect cinder endpoint

Change-Id: I4a3b24959f74bfdaa8746d507b05dc3dffeeef4b
This commit is contained in:
xusongfu 2022-04-07 09:39:14 +08:00
parent adabf42783
commit e0b40e0c4c

View File

@ -17,7 +17,7 @@ import { getGBValue } from 'utils/index';
import { get, isNil, isEmpty } from 'lodash';
import client from 'client';
import Base from 'stores/base';
import globalRootStore from '../root';
import globalRootStore from 'stores/root';
export class ProjectStore extends Base {
@observable