fix: 修改bug

This commit is contained in:
100011797 2023-07-07 10:44:03 +08:00
parent d76aa3f65c
commit c43e5a162a
7 changed files with 13 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 37 KiB

BIN
public/images/apply/6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -131,8 +131,10 @@ import { message } from 'ant-design-vue'
import { applicationInfo, bindAccount } from '@/api/bind' import { applicationInfo, bindAccount } from '@/api/bind'
import { code, authLogin, userDetail } from '@/api/login' import { code, authLogin, userDetail } from '@/api/login'
import { useSystem } from '@/store/system'
const useForm = Form.useForm const useForm = Form.useForm;
const systemStore = useSystem();
interface formData { interface formData {
username: string; username: string;
@ -290,9 +292,12 @@ const goRedirect = () => {
} }
} }
getAppInfo() onMounted(() => {
getCode() getAppInfo()
getDetail() getCode()
getDetail()
systemStore.getFront()
})
</script> </script>

View File

@ -164,7 +164,7 @@
<h1>1.概述</h1> <h1>1.概述</h1>
<div>配置成功后平台用户可以在微信小程序中授权登录<span>物联网平台</span></div> <div>配置成功后平台用户可以在微信小程序中授权登录<span>物联网平台</span></div>
<div class="image"> <div class="image">
<j-image width="100%" :src="img3" /> <j-image width="100%" :src="img6" />
</div> </div>
</div> </div>
</div> </div>
@ -182,6 +182,7 @@ const img2 = getImage('/apply/2.png');
const img3 = getImage('/apply/3.png'); const img3 = getImage('/apply/3.png');
const img4 = getImage('/apply/4.png'); const img4 = getImage('/apply/4.png');
const img5 = getImage('/apply/5.png'); const img5 = getImage('/apply/5.png');
const img6 = getImage('/apply/6.png');
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>

View File

@ -152,6 +152,7 @@ const filterPath = (path: object, filterArr: string[]) => {
<style lang="less"> <style lang="less">
.left-tree-container { .left-tree-container {
min-height: 200px;
.ant-tree-list { .ant-tree-list {
.ant-tree-list-holder-inner { .ant-tree-list-holder-inner {
.ant-tree-switcher-noop { .ant-tree-switcher-noop {

View File

@ -186,7 +186,7 @@ const columns = [
type: 'select', type: 'select',
options: [ options: [
{ {
label: '启用', label: '正常',
value: 1, value: 1,
}, },
{ {