| | |
| | | "author": "Lee", |
| | | "private": true, |
| | | "scripts": { |
| | | "dev": "webpack-dev-server --inline --progress --open --config build/webpack.dev.conf.js --host 192.168.1.103", |
| | | "dev": "webpack-dev-server --inline --progress --open --config build/webpack.dev.conf.js --host 192.168.1.4", |
| | | "start": "npm run dev", |
| | | "unit": "jest --config test/unit/jest.conf.js --coverage", |
| | | "e2e": "node test/e2e/runner.js", |
| | |
| | | timestamp: Utils.getCurrentTime() |
| | | } |
| | | |
| | | if (this.$route.query.partner_id) { |
| | | param.partner_id = this.$route.query.partner_id |
| | | } |
| | | |
| | | param.LText = md5(`${window.GLOB.appkey}mingke${this.phoneNo}${this.email}`) |
| | | param.secretkey = md5(`${param.LText}mingke${param.timestamp}`) |
| | | |
| | |
| | | timestamp: Utils.getCurrentTime() |
| | | } |
| | | |
| | | if (this.$route.query.partner_id) { |
| | | param.partner_id = this.$route.query.partner_id |
| | | } |
| | | |
| | | param.LText = md5(`${window.GLOB.appkey}mingke${this.phoneNo}${this.email}`) |
| | | param.secretkey = md5(`${param.LText}mingke${param.timestamp}`) |
| | | |