7.13(优化

This commit is contained in:
Hong
2024-07-13 14:11:33 +08:00
parent 2933509955
commit e829e70248
8 changed files with 18 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
# CRMEB Admin
# LXK Admin
## 开发规范
统一使用ES6 语法
方法注释
@@ -213,12 +213,6 @@ utils 自定义工具js 独立命名,一般不用新建文件夹
~~~
## 开发
```bash
# 克隆项目
git clone https://gitee.com/ZhongBangKeJi/crmeb_java/
# 进入项目目录
cd ##
# 安装依赖
npm install

View File

@@ -1,8 +1,8 @@
{
"name": "crmeb-java-webpc-admin",
"name": "lxk-java-webpc-admin",
"version": "4.2.1",
"description": "Java mall free open source CRMEB mall JAVA version, SpringBoot + Maven + Swagger + Mybatis Plus + Redis + Uniapp +Vue+elementUI Including mobile terminal, applet, PC background, Api interface; products, users, shopping carts, orders, points, Modules such as coupons, marketing, balance, permissions, roles, system settings, combined data, and drag-and-drop forms have greatly reduced the cost of second-opening.",
"author": "CRMEB",
"description": "Java mall free open source lxk mall JAVA version, SpringBoot + Maven + Swagger + Mybatis Plus + Redis + Uniapp +Vue+elementUI Including mobile terminal, applet, PC background, Api interface; products, users, shopping carts, orders, points, Modules such as coupons, marketing, balance, permissions, roles, system settings, combined data, and drag-and-drop forms have greatly reduced the cost of second-opening.",
"author": "lxk",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve --open",
@@ -28,11 +28,11 @@
"**/*.vue": "eslint --ext .vue"
},
"keywords": [
"CRMEB Java"
"lxk Java"
],
"repository": {
"type": "gitee",
"url": "https://gitee.com/ZhongBangKeJi/crmeb_java"
"url": ""
},
"dependencies": {
"@babel/parser": "^7.9.6",

View File

@@ -6,8 +6,8 @@
<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." />
<meta name="author" content="lxk! Team and lxk UI Team" />
<meta name="copyright" content="2001-2013 lxk Inc." />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<!-- <title><%= webpackConfig.name %></title> -->
<title>星桔</title>

View File

@@ -3,7 +3,7 @@
<div class="left-board">
<div class="logo-wrapper">
<div class="logo">
<span>CRMEB</span>
<span>连线客</span>
</div>
</div>
<el-scrollbar class="left-scrollbar">

View File

@@ -61,15 +61,15 @@ let cookieName = 'VCONSOLE';
let query = parseQuery();
let urlSpread = query['spread'];
let vconsole = query[cookieName.toLowerCase()];
let md5Crmeb = 'b14d1e9baeced9bb7525ab19ee35f2d2'; //CRMEB MD5 加密开启vconsole模式
let md5UnCrmeb = '3dca2162c4e101b7656793a1af20295c'; //UN_CREMB MD5 加密关闭vconsole模式
let md5Lxk = 'b14d1e9baeced9bb7525ab19ee35f2d2'; //md5Lxk MD5 加密开启vconsole模式
let md5UnLxk = '3dca2162c4e101b7656793a1af20295c'; //UN_CREMB MD5 加密关闭vconsole模式
if (vconsole !== undefined) {
if (vconsole === md5UnCrmeb && Cookies.has(cookieName)) Cookies.remove(cookieName);
if (vconsole === md5UnLxk && Cookies.has(cookieName)) Cookies.remove(cookieName);
} else vconsole = Cookies.get(cookieName);
if (vconsole !== undefined && vconsole === md5Crmeb) {
Cookies.set(cookieName, md5Crmeb, 3600);
if (vconsole !== undefined && vconsole === md5Lxk) {
Cookies.set(cookieName, md5Lxk, 3600);
const module = () => import('vconsole');
module().then((Module) => {
new Module.default();

View File

@@ -88,9 +88,9 @@ const actions = {
// commit('SET_ROLES', ['admin'])
commit('SET_NAME', account);
// commit('SET_AVATAR', avatar)
commit('SET_AVATAR', 'http://kaifa.crmeb.net/system/images/admin_logo.png');
commit('SET_AVATAR', '');
commit('SET_INTRODUCTION', 'CRMEB admin');
commit('SET_INTRODUCTION', 'lxk admin');
commit('SET_PERMISSIONS', data.permissionsList); //权限标识
Cookies.set('merStarLevel', data.merStarLevel);
resolve(data);

View File

@@ -13,7 +13,7 @@
<router-link to="/dashboard"> 回首页 </router-link>
</li>
<li class="link-type">
<a href="https://www.crmeb.com/">随便看看</a>
</li>
<li><a href="#" @click.prevent="dialogVisible = true">点我看图</a></li>
</ul>

View File

@@ -9,7 +9,7 @@
</router-link>
</span>
<el-link v-if="copyConfig.copyType && copyConfig.copyType != 1" type="primary" :underline="false"
href="https://help.crmeb.net/crmeb_java/2103903" target="_blank">如何配置密钥
href="" target="_blank">如何配置密钥
</el-link>
<br />
商品采集设置设置 > 系统设置 > 第三方接口设置 >