提交 06f4f6e5 authored 作者: 龙菲's avatar 龙菲

修改系统名称

上级 1a3d9b92
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
}, },
data() { data() {
return { return {
title: '贵州精品展览展示平台', title: '贵州博物馆精品展览展示平台',
logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png' logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png'
} }
} }
......
module.exports = { module.exports = {
title: '贵州精品展览展示平台', title: '贵州博物馆精品展览展示平台',
/** /**
* @type {boolean} true | false * @type {boolean} true | false
......
...@@ -245,7 +245,8 @@ $cursor: #fff; ...@@ -245,7 +245,8 @@ $cursor: #fff;
<style lang="scss" scoped> <style lang="scss" scoped>
$bg: #2d3a4b; $bg: #2d3a4b;
$dark_gray: #889aa4; // $dark_gray: #889aa4;
$deep_gray:'#313c64';
$light_gray: #eee; $light_gray: #eee;
.login-box { .login-box {
display: flex; display: flex;
...@@ -342,7 +343,7 @@ $light_gray: #eee; ...@@ -342,7 +343,7 @@ $light_gray: #eee;
.svg-container { .svg-container {
padding: 6px 5px 6px 15px; padding: 6px 5px 6px 15px;
color: $dark_gray; color: $deep_gray;
vertical-align: middle; vertical-align: middle;
width: 30px; width: 30px;
display: inline-block; display: inline-block;
...@@ -366,7 +367,7 @@ $light_gray: #eee; ...@@ -366,7 +367,7 @@ $light_gray: #eee;
right: 10px; right: 10px;
top: 7px; top: 7px;
font-size: 16px; font-size: 16px;
color: $dark_gray; color: $deep_gray;
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
} }
......
...@@ -42,8 +42,8 @@ module.exports = { ...@@ -42,8 +42,8 @@ module.exports = {
proxy: { proxy: {
'/api': { '/api': {
// target: 'http://172.24.100.109:8080/', // target: 'http://172.24.100.109:8080/',
// target:'http://222.85.214.245:9603/api', target:'http://222.85.214.245:9603/api',
target:'http://192.168.1.230:9603/api', // target:'http://192.168.1.230:9603/api',
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/api': '' '^/api': ''
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论