|
@@ -47,6 +47,7 @@ import manager from './manager/index.vue';
|
|
import bindWx from './bindWx/index.vue';
|
|
import bindWx from './bindWx/index.vue';
|
|
import notice from './notice/index.vue';
|
|
import notice from './notice/index.vue';
|
|
import productSolicit from './productSolicit/index.vue';
|
|
import productSolicit from './productSolicit/index.vue';
|
|
|
|
+import updatepwd from './xiugai/xiugai.vue';
|
|
import heads from '@/layout/userCenter/heads.vue';
|
|
import heads from '@/layout/userCenter/heads.vue';
|
|
import foot from '@/layout/live/foot.vue';
|
|
import foot from '@/layout/live/foot.vue';
|
|
|
|
|
|
@@ -76,16 +77,18 @@ export default {
|
|
productSolicit,
|
|
productSolicit,
|
|
menus,
|
|
menus,
|
|
top,
|
|
top,
|
|
|
|
+ updatepwd,
|
|
},
|
|
},
|
|
data: function() {
|
|
data: function() {
|
|
return {
|
|
return {
|
|
- cpt: 'role',
|
|
|
|
|
|
+ cpt: 'updatepwd',
|
|
topTitle: '',
|
|
topTitle: '',
|
|
};
|
|
};
|
|
},
|
|
},
|
|
created() {},
|
|
created() {},
|
|
methods: {
|
|
methods: {
|
|
setRight(menu) {
|
|
setRight(menu) {
|
|
|
|
+ console.log(menu);
|
|
let { name, cpt } = menu;
|
|
let { name, cpt } = menu;
|
|
this.$set(this, `topTitle`, name);
|
|
this.$set(this, `topTitle`, name);
|
|
this.$set(this, `cpt`, cpt);
|
|
this.$set(this, `cpt`, cpt);
|