chore: 前端配置

main
wx-jincw 5 days ago
parent 29c5ce7692
commit fcb8a108a1

@ -4,6 +4,7 @@ ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://127.0.0.1:18091'
# VUE_APP_BASE_API = 'http://124.71.134.146:18091'
# VUE_APP_BASE_API = 'https://crmeb.test.jiutianda.cn'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.

@ -2,5 +2,5 @@
ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://api.xxx'
VUE_APP_BASE_API = 'http://124.71.134.146:18091'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 32 KiB

@ -5,8 +5,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="author" content="CRMEB! Team and CRMEB UI Team" />
<meta name="copyright" content="2001-2013 CRMEB Inc." />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= webpackConfig.name %></title>
</head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 32 KiB

@ -7,7 +7,7 @@
</transition>
<div class="footers">
<el-link v-for="item in links" :key="item.key" :href="item.href" target="_blank" class="mr15 mb20">{{item.title}}</el-link>
<div class="title mb15" v-text="copyright"></div>
<!-- <div class="title mb15" v-text="copyright"></div> -->
</div>
</section>
</template>
@ -18,26 +18,26 @@ export default {
data () {
return {
links: [
{
title: '官网',
key: '1',
href: 'https://www.crmeb.com',
blankTarget: true
},
{
title: '社区',
key: '2',
href: 'https://q.crmeb.net/?categoryId=122&sequence=0',
blankTarget: true
},
{
title: '文档',
key: '3',
href: 'https://help.crmeb.net/crmeb_java/1748037',
blankTarget: true
}
// {
// title: '',
// key: '1',
// href: 'https://www.crmeb.com',
// blankTarget: true
// },
// {
// title: '',
// key: '2',
// href: 'https://q.crmeb.net/?categoryId=122&sequence=0',
// blankTarget: true
// },
// {
// title: '',
// key: '3',
// href: 'https://help.crmeb.net/crmeb_java/1748037',
// blankTarget: true
// }
],
copyright: 'Copyright © 2020 西安众邦网络科技有限公司'
copyright: 'Copyright © 2025 '
}
},
computed: {

@ -12,7 +12,6 @@
<settings />
</right-panel>
</div>
<div class="open-image" @click="clear" v-if="openImage"><img src="@/assets/imgs/pc1.png" alt=""></div>
</div>
</template>
@ -26,7 +25,6 @@ export default {
name: 'Layout',
data(){
return {
openImage: true
}
},
components: {
@ -56,9 +54,6 @@ export default {
}
},
methods: {
clear () {
this.openImage = false;
},
handleClickOutside() {
this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })
}

@ -14,7 +14,7 @@ module.exports = {
// 接口请求地址
apiBaseURL: VUE_APP_API_URL,
title: 'CRMEB',
title: '甄味馆',
/**
* @type {boolean} true | false

@ -8,9 +8,9 @@
<h1 class="text-jumbo text-ginormous">
Oops!
</h1>
gif来源<a href="https://zh.airbnb.com/" target="_blank">airbnb</a> 页面
<!-- gif来源<a href="https://zh.airbnb.com/" target="_blank">airbnb</a> 页面 -->
<h2>你没有权限去该页面</h2>
<h6>如有不满请联系你领导</h6>
<!-- <h6>如有不满请联系你领导</h6> -->
<ul class="list-unstyled">
<li>或者你可以去:</li>
<li class="link-type">
@ -18,10 +18,10 @@
回首页
</router-link>
</li>
<li class="link-type">
<!-- <li class="link-type">
<a href="https://www.crmeb.com/">随便看看</a>
</li>
<li><a href="#" @click.prevent="dialogVisible=true">点我看图</a></li>
<li><a href="#" @click.prevent="dialogVisible=true">点我看图</a></li> -->
</ul>
</el-col>
<el-col :span="12">

@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
const name = defaultSettings.title || 'CRMEB' // page title
const name = defaultSettings.title || '甄味馆' // page title
// If your port is set to 80,
// use administrator privileges to execute the command line.

Loading…
Cancel
Save