|
|
@ -18,12 +18,9 @@ export default { |
|
|
|
|
|
|
|
computed: { ...mapState('user', ['user', 'token']) }, |
|
|
|
|
|
|
|
onLoad(options) { |
|
|
|
console.log('options: ', options); |
|
|
|
console.log(this.$u.config.v); |
|
|
|
onLoad() { |
|
|
|
// this.openPage(); |
|
|
|
this.getUserId('1217651354919636992'); |
|
|
|
|
|
|
|
const params = { param: { projectId: '1235555' } }; |
|
|
|
this.$u.api.findProjectById(params); |
|
|
|
}, |
|
|
|