diff --git a/README.md b/README.md index 2d245e8..e9cbba5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CRMEB Admin +# LXK Admin ## 开发规范 @@ -191,7 +191,7 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 │ │ └──maintain # 维护 │ │ └──devconfig # 组合数据 │ │ └──formConfig # 表单配置 -│ │ └──authCRMEB # 用户授权 +│ │ └──auth_lxk # 用户授权 │ │ └──logistics # 物流设置 │ │ └──picture # 素材管理 │ │ └──user # 个人中心 @@ -262,11 +262,6 @@ utils 自定义工具js 独立命名,一般不用新建文件夹 ## 开发 ```bash -# 克隆项目 -git clone https://gitee.com/ZhongBangKeJi/crmeb_java/ - -# 进入项目目录 -cd ## # 安装依赖 npm install diff --git a/package.json b/package.json index adf2c5f..8da3929 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "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", @@ -29,14 +29,14 @@ ] }, "keywords": [ - "CRMEB Java" + "lxk Java" ], "repository": { "type": "gitee", - "url": "https://gitee.com/ZhongBangKeJi/crmeb_java" + "url": "" }, "bugs": { - "url": "https://gitee.com/ZhongBangKeJi/crmeb_java/issues" + "url": "" }, "dependencies": { "@babel/parser": "^7.9.6", diff --git a/public/index.html b/public/index.html index 6ebbff4..1f5d59f 100644 --- a/public/index.html +++ b/public/index.html @@ -5,8 +5,8 @@ - - + + diff --git a/src/api/authInformation.js b/src/api/authInformation.js index 776c535..a3046f3 100644 --- a/src/api/authInformation.js +++ b/src/api/authInformation.js @@ -15,7 +15,7 @@ export function copyrightInfoApi() { /** * 保存版权信息 */ -export function saveCrmebCopyRight(data) { +export function saveLxkCopyRight(data) { return request({ url: '/admin/platform/copyright/update/company/info', method: 'post', diff --git a/src/components/FormGenerator/index/Home.vue b/src/components/FormGenerator/index/Home.vue index 87b5087..010ab6a 100644 --- a/src/components/FormGenerator/index/Home.vue +++ b/src/components/FormGenerator/index/Home.vue @@ -3,7 +3,7 @@