js
Showing
with
356 additions
and
50 deletions
js_sdk/zww-md5/w_md5.js
0 → 100644
No preview for this file type
Please
register
or
sign in
to comment
... | ... | @@ -11,6 +11,10 @@ |
-moz-osx-font-smoothing: grayscale; | ||
} | ||
.icon-shanchu:before { | ||
content: "\e8b6"; | ||
} | ||
.icon-riqi:before { | ||
content: "\e770"; | ||
} | ||
... | ... |
{ | ||
"name" : "wms", | ||
"appid" : "__UNI__81E2D4D", | ||
"description" : "供应链小程序", | ||
"description" : "供应链面单系统", | ||
"versionName" : "1.0.0", | ||
"versionCode" : 1, | ||
"transformPx" : false, | ||
... | ... |
... | ... | @@ -13,6 +13,11 @@ const API = { |
* 小程序登录 | ||
* */ | ||
login: API_BASE + '/supplywechatsignfor/login', | ||
/** | ||
* 上传文件 | ||
* */ | ||
upload: API_BASE + '/oss/upload', | ||
} | ||
... | ... |