dashboard
repositories
filestore
activity
search
login
刘文浩
/
nsjcy
forked from
nsjcy/frontEnd/nsjcy
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
同步代码
LAPTOP-RI7D261L\Mr Ke
2020-02-04
d25d5769416fbb2e861e8f434c5a6770ff69c482
[~liuwh/nsjcy.git]
/
SunshineIns
/
src
/
fetch
/
saveCompany.js
1
2
3
4
5
6
7
8
import fetch from './_fetch';
export default (savedate) => {
return fetch(`api/company/save`,
savedate
);
}