调整因ws而变更的引用路径
This commit is contained in:
		| @@ -7,10 +7,10 @@ | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
|   import Detail from 'dvcp_v2_webapp/packages/conv/neighbor2neighbor/AppHelp/components/Detail' | ||||
|   import List from 'dvcp_v2_webapp/packages/conv/neighbor2neighbor/AppHelp/components/List' | ||||
|   import Add from 'dvcp_v2_webapp/packages/conv/neighbor2neighbor/AppHelp/components/Add' | ||||
|   import GagList from 'dvcp_v2_webapp/packages/conv/neighbor2neighbor/AppHelp/components/GagList' | ||||
|   import Detail from './components/Detail' | ||||
|   import List from './components/List' | ||||
|   import Add from './components/Add' | ||||
|   import GagList from './components/GagList' | ||||
|  | ||||
|   export default { | ||||
|     name: 'AppHelp', | ||||
|   | ||||
| @@ -14,8 +14,8 @@ | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| import List from "dvcp_v2_webapp/packages/conv/neighbor2neighbor/AppSubjectSet/components/List"; | ||||
| import Add from "dvcp_v2_webapp/packages/conv/neighbor2neighbor/AppSubjectSet/components/Add"; | ||||
| import List from "./components/List"; | ||||
| import Add from "./components/Add"; | ||||
|  | ||||
| export default { | ||||
|   name: "AppSubjectSet", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user