microhan/phphcplugintest

There is no license information available for the latest version (dev-master) of this package.

智慧小区物业管理 Webman 插件

dev-master 2025-08-17 20:20 UTC

This package is auto-updated.

Last update: 2025-08-17 20:20:11 UTC


README

项目介绍

安装方式

  1. 后端安装依赖
# 安装依赖

composer require workerman/webman:~2.0

  1. 拷贝文件

将后端目录 xypm 拷贝到 webman/plugin 目录下

将vue目录前端 xypm/web 目录拷贝到 saiadmin-vue/src/views 目录下

  1. 导入SQL文件

xypm/db/install.sql 在数据库中执行,导入相关的表和配置信息

导入测试数据(可选) xypm/db/testdata.sql

  1. 重启webman