构建自检式AI记忆体:实现自动化知识可信度评估的后台系统
2026/5/28 14:19:48
后台:http://huaqiangbeiershoushojiushangcheng.xiaobias.com/huaqiangbeiershoushojiushangcheng/admin/dist/index.html
前台:http://huaqiangbeiershoushojiushangcheng.xiaobias.com/huaqiangbeiershoushojiushangcheng/front/index.html
管理员:admin/admin
商家:111/123456、222/123456
用户:111/123456、222/123456
资源:https://fifteen.xiaobias.com/source/142
华强北商城二手手机管理系统是一个基于SpringBoot和Vue.js开发的B2C电子商务平台,专注于二手手机交易业务。该系统采用前后端分离架构,包含完整的管理后台和用户前端,实现了多角色权限管理、商品展示、在线交易、订单处理等核心电商功能。
核心角色与功能:
本项目采用典型的前后端分离架构:
系统包含多张核心数据表:
# application.yml 数据库配置spring:datasource:driverClassName:com.mysql.cj.jdbc.Driverurl:jdbc:mysql://localhost:3306/huaqiangbeiershoushojiushangcheng?useUnicode=true&characterEncoding=utf-8username:rootpassword:root# MyBatis Plus配置mybatis-plus:mapper-locations:classpath*:mapper/*.xmltypeAliasesPackage:com.entityglobal-config:id-type:1field-strategy:2db-column-underline:true// router-static.js 路由配置constroutes=[{path:'/index',name:'首页',component:Index,children:[{path:'/',name:'首页',component:Home,meta:{icon:'',title:'center'}},{path:'/users',name:'管理信息',component:users}]}]<!-- ShangpinDao.xml 商品查询 --><selectid="selectListView"parameterType="map"resultType="com.entity.view.ShangpinView">SELECT a.id as id, a.shangjia_id as shangjiaId, a.shangpin_name as shangpinName FROM shangpin a left JOIN shangjia shangjia ON a.shangjia_id = shangjia.id<where><iftest="params.shangjiaId != null and params.shangjiaId !=''">and a.shangjia_id = #{params.shangjiaId}</if><iftest="params.shangpinName !=''and params.shangpinName != null">and a.shangpin_name like CONCAT('%',#{params.shangpinName},'%')</if></where>order by a.${params.orderBy} desc</select>// utils.js 权限验证方法exportfunctionisAuth(tableName,key){letrole=storage.get("role");if(!role){role='管理员';}letmenus=menu.list();for(leti=0;i<menus.length;i++){if(menus[i].roleName==role){for(letj=0;j<menus[i].backMenu.length;j++){for(letk=0;k<menus[i].backMenu[j].child.length;k++){if(tableName==menus[i].backMenu[j].child[k].tableName){letbuttons=menus[i].backMenu[j].child[k].buttons.join(',');returnbuttons.indexOf(key)!==-1||false}}}}}returnfalse;}华强北商城二手手机管理系统是一个功能完备的电子商务平台,具有以下特点:
该项目作为一个完整的电商平台解决方案,技术实现规范,功能丰富,具有良好的实用性和可扩展性,适合作为二手商品交易类项目的开发参考。