1
shuishen
2022-07-19 8cd0de2362a885e32b951b45c3b17693854a1f92
1
4 files modified
22 ■■■■ changed files
src/config/website.js 4 ●●●● patch | view | raw | blame | history
src/page/index/logo.vue 4 ●●●● patch | view | raw | blame | history
src/styles/media.scss 10 ●●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/config/website.js
@@ -3,9 +3,9 @@
 */
export default {
    title: "智慧校园大数据三维可视化平台",
    logo: "智慧校园大数据三维可视化平台",
    logo: "校",
    key: 'saber',//配置主键,目前用于存储
    indexTitle: '智慧校园大数据三维可视化平台',
    indexTitle: '校园三维可视化平台',
    clientId: 'saber', // 客户端id
    clientSecret: 'saber_secret', // 客户端密钥
    tenantMode: true, // 是否开启租户模式
src/page/index/logo.vue
@@ -41,11 +41,11 @@
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    width: 200px;
    height: 64px;
    line-height: 64px;
    background-color: #20222a;
    font-size: 20px;
    font-size: 18px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
src/styles/media.scss
@@ -20,7 +20,7 @@
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    width: 200px;
    height: 100%;
    z-index: 1025;
}
@@ -43,7 +43,7 @@
}
.avue-header {
    padding-left: 280px;
    padding-left: 200px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
@@ -51,10 +51,10 @@
.avue-main {
    position: absolute;
    left: 280px;
    left: 200px;
    padding: 0;
    padding-bottom: 20px;
    width: calc(100% - 280px);
    width: calc(100% - 200px);
    height: calc(100% - 64px);
    box-sizing: border-box;
    overflow: hidden;
@@ -111,7 +111,7 @@
}
@media screen and (max-width: 992px) {
    $width: 280px;
    $width: 200px;
    // ele的自适应
    .el-dialog,
vue.config.js
@@ -31,8 +31,8 @@
                // target: "http://192.168.0.107:80",
                // target: "http://192.168.0.102:82",
                // target: "http://171.34.197.243:790",
                // target: "http://171.34.197.243:782", //服务器
                target: 'http://localhost:82',
                target: "http://171.34.197.243:782", //服务器
                // target: 'http://localhost:82',
                //远程演示服务地址,可用于直接启动项目
                //target: 'https://saber.bladex.vip/api',
                ws: true,