|
@@ -98,6 +98,8 @@
|
|
|
<el-button type="primary" @click="submitForm('passForm')">更新</el-button>
|
|
<el-button type="primary" @click="submitForm('passForm')">更新</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
|
|
+
|
|
|
|
|
+ <!--微信绑定-->
|
|
|
<el-tab-pane label="微信绑定" name="wx">
|
|
<el-tab-pane label="微信绑定" name="wx">
|
|
|
<div id="qrcodetemplate" ref="qrcodetemplate" style="margin: 5px 0;" />
|
|
<div id="qrcodetemplate" ref="qrcodetemplate" style="margin: 5px 0;" />
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
@@ -111,7 +113,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
<script>
|
|
<script>
|
|
|
import { serverUrl, devServerUrl } from '@/settings'
|
|
import { serverUrl, devServerUrl } from '@/settings'
|
|
|
-import { getUserProfile, updateUserProfile } from '@/api/index'
|
|
|
|
|
|
|
+import { getUserProfile, updateUserProfile } from '@/api'
|
|
|
import { updatePassword } from '@/api/system/userApi'
|
|
import { updatePassword } from '@/api/system/userApi'
|
|
|
import { mapGetters } from 'vuex'
|
|
import { mapGetters } from 'vuex'
|
|
|
import vuescroll from 'vuescroll'
|
|
import vuescroll from 'vuescroll'
|