From e0b40e0c4c89b750a89f55beac70c8049b9e31cf Mon Sep 17 00:00:00 2001 From: xusongfu Date: Thu, 7 Apr 2022 09:39:14 +0800 Subject: [PATCH] fix: Fix error of cinder endpoint Fix the rootStore path to solve the problem of incorrect cinder endpoint Change-Id: I4a3b24959f74bfdaa8746d507b05dc3dffeeef4b --- src/stores/keystone/project.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/keystone/project.js b/src/stores/keystone/project.js index 30489ab3..4b016299 100644 --- a/src/stores/keystone/project.js +++ b/src/stores/keystone/project.js @@ -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