dev_local_2
杨树林 5 years ago
parent 73d5b64607
commit 931ccb59c7

@ -8,6 +8,8 @@
4. 初始化种子数据 bundle exec rake db:seed
5、启动服务用 bundle exec rails s
5.1、 出现db:migrate 错误 执行bundle exec rake db:migrate
5.2、*** 前端改动了app/assets/里面样式或者js的话提交代码的时候要先删除 public/assets/ 下的文件
然后执行 rake assets:precompile
6、设置配置文件数据/edu_settins: 配置: origin_database原始数据库及有数据的数据库database需要导入的数据库及database.yml中的数据库
7、调用接口
url: /api/initialization_data.json?paths=123,124,125

@ -169,12 +169,13 @@
.sidebar-header {
padding: 0px;
.sidebar-header-logo {
display: none;
img{
width: 93%;
}
.sidebar-header-logo img {
width: 93% !important;
}
#sidebarCollapse {
width: 30px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.
Loading…
Cancel
Save