我收到了这个错误.我查看了之前发布的答案但仍然遇到了同样的问题.
的index.html
<html lang="en" ng-app="customersApp">
<head>
<link rel="shortcut icon" href="img/favicon.html">
<title>Vizavoo</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-reset.css" rel="stylesheet">
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<!--external css-->
<link href="css/slidebars.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<link href="css/style-responsive.css" rel="stylesheet" />
</head>
<body>
<div ng-view></div>
<!-- js placed at the end of the document so the pages load faster -->
<script src="scripts/angular.js"></script>
<script src="scripts/angular-route.js"></script>
<script src="app/app.js"></script>
<script src="app/controllers/loginController.js"> </script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
<!-- Mirrored …Run Code Online (Sandbox Code Playgroud) 当我尝试在本地系统中设置Magento2.3.2 p2 时,我遇到了这个问题。
管理员工作正常。但在前端,我遇到了以下问题。
Exception:Class Magento\Catalog\ModelCategory\Attribute\Backend\LayoutUpdate doesnot exist
Run Code Online (Sandbox Code Playgroud)
我在网上搜索,但没有找到解决方案。