# xihaf-sign-tools **Repository Path**: meetqy/xihaf-sign-tools ## Basic Information - **Project Name**: xihaf-sign-tools - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-22 - **Last Updated**: 2021-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 嘻哈F | 街舞活动报名工具+ ## 数据库命名规则 * 公用字段 `xh_` 开头,项目相关字段 `项目简称_` 开头 ``` xh_global_id 全局id ar_active 活动报名工具 的 活动字段 ``` ## id简称 * gid 全局id * aid 活动id * uid 用户 * alid 活动报名记录 * 系统自动生成id 在前面加 `s_` ## 开发规范 * 配置参数 区分环境 写在 `src/config.js` 中, 使用驼峰 * 页面必须新建文件夹 默认 `index.vue`,页面特有组件在目录中新建 components ``` index/ components/ index.vue ``` * 自定义挂在到Vue下的对象,以`$`开头