+
+
+使用优惠码: `BWHCGLUKKB`,可获得 6.81% 的折扣, [查看介绍](https://bwhstock.in/)
+
+#### Build Setup
+**推荐 node 版本:12-16**
+``` bash
+# 配置镜像加速
+https://www.ydyno.com/archives/1219.html
+
+# 安装依赖
+npm install
+
+# 启动服务 localhost:8013
+npm run dev
+
+# 构建生产环境
+npm run build:prod
+```
+
+#### 常见问题
+
+1、linux 系统在安装依赖的时候会出现 node-sass 无法安装的问题
+
+解决方案:
+```
+1. 单独安装:npm install --unsafe-perm node-sass
+2. 直接使用:npm install --unsafe-perm
+```
+
+2、加速node-sass安装
+
+https://izlzl.com/archives/1219.html
+
+3、出现 No module named 'distutils'
+
+```
+需要安装 python,安装 pip 或者 pip3
+然后安装 pip install distutils / pip3 install distutils
+```
+
+#### 特别鸣谢
+
+- 感谢 [JetBrains](https://www.jetbrains.com/) 提供的非商业开源软件开发授权
+
+- 感谢 [PanJiaChen](https://github.com/PanJiaChen/vue-element-admin) 大佬提供的前端模板
+
+- 感谢 [Moxun](https://github.com/moxun1639) 大佬提供的前端 Crud 通用组件
+
+- 感谢 [zhy6599](https://gitee.com/zhy6599) 大佬提供的后端运维管理相关功能
+
+- 感谢 [j.yao.SUSE](https://github.com/everhopingandwaiting) 大佬提供的匿名接口与Redis限流等功能
+
+- 感谢 [d15801543974](https://github.com/d15801543974) 大佬提供的基于注解的通用查询方式
+
+#### 反馈交流
+
+- QQ交流群:891137268 、947578238、659622532
\ No newline at end of file
diff --git a/babel.config.js b/babel.config.js
new file mode 100644
index 0000000..804632a
--- /dev/null
+++ b/babel.config.js
@@ -0,0 +1,11 @@
+const plugins = ['@vue/babel-plugin-transform-vue-jsx']
+// 生产环境移除console
+if (process.env.NODE_ENV === 'production') {
+ plugins.push('transform-remove-console')
+}
+module.exports = {
+ plugins: plugins,
+ presets: [
+ '@vue/app'
+ ]
+}
diff --git a/jest.config.js b/jest.config.js
new file mode 100644
index 0000000..143cdc8
--- /dev/null
+++ b/jest.config.js
@@ -0,0 +1,24 @@
+module.exports = {
+ moduleFileExtensions: ['js', 'jsx', 'json', 'vue'],
+ transform: {
+ '^.+\\.vue$': 'vue-jest',
+ '.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$':
+ 'jest-transform-stub',
+ '^.+\\.jsx?$': 'babel-jest'
+ },
+ moduleNameMapper: {
+ '^@/(.*)$': '{{ msg }}
+
+ 富文本基于
+
+ Markdown 基于
+
+ Yaml编辑器 基于 + CodeMirror, + 主题预览地址 Theme +
+
+
+
+
+ 确定删除本条数据吗?
+{{ errorInfo }}
+ 确定强制退出该用户吗?
+确定停止并删除该任务吗?
+{{ errorInfo }}
+ 注意+
+测试所用参数都是沙箱环境,仅供测试使用,申请地址:支付宝开发平台 +如需付款测试,请使用 +账号:uuxesw9745@sandbox.com +密码与支付密码:111111+
支付设置+
+// 支付提供两个接口,
+// PC端与手机端,并且在前端使用代码识别
+if (/(Android)/i.test(navigator.userAgent)){ // 判断是否为Android手机
+ url = "/aliPay/toPayAsWeb"
+}else if(/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)){ // 判断是否为苹果手机
+ url = "/aliPay/toPayAsWeb"
+} else {
+ url = "/aliPay/toPayAsPC"
+}
+ 邮件服务器配置+
+ # 邮件服务器的SMTP地址,可选,默认为smtp + # 邮件服务器的SMTP端口,可选,默认465或者25 + # 发件人(必须正确,否则发送失败) + # 用户名,默认为发件人邮箱前缀 + # 密码(注意,某些邮箱需要为SMTP服务单独设置密码,如QQ和163等等) + # 是否开启ssl,默认开启+
更多帮助+
更多帮助请查看文档:hutool工具包+