Ver código fonte

first commit

fxy 3 anos atrás
commit
3e9dcb8053
1 arquivos alterados com 54 adições e 0 exclusões
  1. 54 0
      README.md

+ 54 - 0
README.md

@@ -0,0 +1,54 @@
+# default
+
+```
+打开那个旧网站,一模一样的
+1.宣讲产品原本界面
+登录方式如下: http://139.224.15.86:8080/preach/index
+账号信息:
+系统包含三类用户: 
+宣传部:admin 密码:adminadmin 
+单位用户:user 密码:123123 
+讲师用户:test 密码:123123
+
+接口地址:
+http://101.132.165.120:8090/swagger-ui/index.html#/batch-controller/clearAllDataUsingPOST
+
+http://101.132.165.120:8090/login.html。初步的登录可以参考这个页面的接口,swagger文档中是没有给出。但是后续完整的登录还会有一些其它参数和验证码,后续这边@極 会提供说明。、
+
+系统管理员用户:sysadmin;
+管理员用户:admin;
+组用户:xcb;
+讲师用户:jin;
+密码都是:123
+
+
+```
+
+
+## Project setup
+```
+npm install
+```
+
+### Compiles and hot-reloads for development
+```
+npm run serve
+```
+
+### Compiles and minifies for production
+```
+npm run build
+```
+
+### Run your tests
+```
+npm run test
+```
+
+### Lints and fixes files
+```
+npm run lint
+```
+
+### Customize configuration
+See [Configuration Reference](https://cli.vuejs.org/config/).