mall-admin-web icon indicating copy to clipboard operation
mall-admin-web copied to clipboard

mall-admin-web是一个电商后台管理系统的前端项目,基于Vue+Element实现。 主要包括商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等功能。

Results 40 mall-admin-web issues
Sort by recently updated
recently updated
newest added

后端启动时: ``` 2022-05-19 01:14:37.443 INFO 28544 --- [ion(3)-10.0.0.8] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-19 01:14:37.444 INFO 28544 --- [ion(3)-10.0.0.8] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2022-05-19 01:14:37.450 INFO 28544 ---...

![image](https://user-images.githubusercontent.com/64941896/176873514-68774e84-c968-4f51-bdcd-bd32ef90a1e1.png)

安装失败的原因一部分是大家本地装的node版本高于node-sass版本,所以安装需要安装高版本的node-sass,但从源地址下载还有可能失败,所以最好从镜像下载。 综上: ``` npm install node-sass@latest --sass-binary-site=https://npm.taobao.org/mirrors/node-sass ``` 本地环境:node v16.13.0 [这里有node 和node-sass版本对应关系](https://stackoverflow.com/questions/60394291/error-node-modules-node-sass-command-failed)

我正在完善这部分,目前已经 能够登录 admin-mall-web 去访问。 但官方手册中,访问接口文档报 401 ,可以协助我一下吗? ![image](https://user-images.githubusercontent.com/54652351/176359530-6d155609-e94a-4299-8801-9e39493c3296.png) ![image](https://user-images.githubusercontent.com/54652351/176359596-87851fd1-d9de-4351-b8a3-11c663325335.png)

本地部署后,已更新到git最新sql,首页登陆仍然报错/info 提示无权限导致跳转失败

在执行 登出功能接口(/admin/logout)后,然后调用 获取当前登录用户信息(/admin/info)后依然可以正常获取用户信息,是不是登出逻辑只在前端做了处理?(ps. 其它接口也一样可以正常获取到数据)

node version : v16.15.0 git clone 项目, 执行npm install,报如下错误: ``` npm ERR! gyp verb `which` succeeded /usr/bin/python3 /usr/bin/python3 npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error:...

Windows PowerShell 版权所有 (C) Microsoft Corporation。保留所有权利。 尝试新的跨平台 PowerShell https://aka.ms/pscore6 PS D:\code\html\mall-admin-web> npm install > [email protected] install D:\code\html\mall-admin-web\node_modules\node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v4.13.0/win32-x64-83_binding.node": connect ETIMEDOUT 52.74.223.119:443...

把前端代码改成这样以后(把title“订单”改成了“综合管理”,“退货申请处理”改成了“坪效相关”)页面上依然显示之前的title。 但是我把修改后的项目打包发给另一台电脑,可以成功显示修改后的页面。 ![image](https://user-images.githubusercontent.com/78685619/165273975-1fef6816-b284-4f7c-b4fd-5f02cf251ddf.png) ![66560b7ce833c0eca96928fd8d05b05](https://user-images.githubusercontent.com/78685619/165274241-95a2a75b-639b-4632-99d7-16187c6472e2.png)