Commit 3a951bc8 authored by Star Diao's avatar Star Diao

add script for package.json

parent 40bdcc85
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,6 +4,9 @@
"description": "a project for weex",
"main": "index.js",
"scripts": {
"dev":"sl-weex dev",
"build":"sl-weex build",
"pack":"sl-weex pack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
......
......@@ -28,8 +28,6 @@ export default class UserProvider {
},
js/providers/user.js
//退出登录操作
loginOut() {
let url = 'user/logout';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment