diff --git a/admin/.env.development b/admin/.env.development index d143c0c..6a9f5e7 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -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. diff --git a/admin/.env.production b/admin/.env.production index 6abd122..cd6aada 100644 --- a/admin/.env.production +++ b/admin/.env.production @@ -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' diff --git a/admin/public/favicon.ico b/admin/public/favicon.ico index 95a0ea1..961ec6e 100644 Binary files a/admin/public/favicon.ico and b/admin/public/favicon.ico differ diff --git a/admin/public/index.html b/admin/public/index.html index 518ca51..74a26e6 100644 --- a/admin/public/index.html +++ b/admin/public/index.html @@ -5,8 +5,6 @@ - - <%= webpackConfig.name %> diff --git a/admin/src/assets/imgs/default_avatar.png b/admin/src/assets/imgs/default_avatar.png index 9198d1a..961ec6e 100644 Binary files a/admin/src/assets/imgs/default_avatar.png and b/admin/src/assets/imgs/default_avatar.png differ diff --git a/admin/src/layout/components/AppMain.vue b/admin/src/layout/components/AppMain.vue index 773ef59..6a608fb 100644 --- a/admin/src/layout/components/AppMain.vue +++ b/admin/src/layout/components/AppMain.vue @@ -7,7 +7,7 @@
{{item.title}} -
+
@@ -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: { diff --git a/admin/src/layout/index.vue b/admin/src/layout/index.vue index d9261e9..01d482c 100644 --- a/admin/src/layout/index.vue +++ b/admin/src/layout/index.vue @@ -12,7 +12,6 @@ -
@@ -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 }) } diff --git a/admin/src/settings.js b/admin/src/settings.js index 7957ad6..209d540 100644 --- a/admin/src/settings.js +++ b/admin/src/settings.js @@ -14,7 +14,7 @@ module.exports = { // 接口请求地址 apiBaseURL: VUE_APP_API_URL, - title: 'CRMEB', + title: '甄味馆', /** * @type {boolean} true | false diff --git a/admin/src/views/error-page/401.vue b/admin/src/views/error-page/401.vue index d8b9339..205d3c4 100644 --- a/admin/src/views/error-page/401.vue +++ b/admin/src/views/error-page/401.vue @@ -8,9 +8,9 @@

Oops!

- gif来源airbnb 页面 +

你没有权限去该页面

-
如有不满请联系你领导
+ diff --git a/admin/vue.config.js b/admin/vue.config.js index 59dc742..f6421f2 100644 --- a/admin/vue.config.js +++ b/admin/vue.config.js @@ -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.