修改字典同步修改数据

This commit is contained in:
RuoYi
2018-07-23 20:34:01 +08:00
parent 58b4a50fdb
commit ef5687b71c
12 changed files with 23 additions and 23 deletions

View File

@ -125,4 +125,3 @@ a.upload-img:hover{
}
.tc{text-align:center;}
/*www.jq22.com*/

View File

@ -1,7 +1,3 @@
/**
* Created by ezgoing on 14/9/2014.
*/
"use strict";
(function (factory) {
if (typeof define === 'function' && define.amd) {
@ -137,5 +133,3 @@
return new cropbox(options, this);
};
}));
/*www.jq22.com*/