Giter Site home page Giter Site logo

gzqyl / jshop_mall Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wjima/jshop_mall

0.0 0.0 0.0 16.28 MB

Jshop小程序商城,是一款开源的电商系统,为中小企业提供最佳的新零售解决方案。后台采用Thinkphp5.1框架开发,执行效率、扩展性、稳定性值得信赖,前台H5采用VUE开发,增加用户体验。

License: Other

PHP 31.52% HTML 15.77% JavaScript 37.44% Vue 2.88% CSS 11.96% PLpgSQL 0.05% Smarty 0.38%

jshop_mall's Introduction

Jshop小程序商城

项目介绍

Jshop小程序商城,是一款开源的电商系统,为中小企业提供最佳的新零售解决方案。后台采用Thinkphp5.1框架开发,执行效率、扩展性、稳定性值得信赖,前台H5采用VUE开发,增加用户体验。

本git仓库不再更新,最新版本请到官网或开源**进行下载。

开源**:https://gitee.com/hnjihai/jshop_mall

官网:https://www.jihainet.com/

功能介绍

  • 商品管理,单规格、多规格商品管理,品牌、分类管理、商品评价
  • 订单管理,订单支付、发货、取消、售后等
  • 会员管理,会员列表,消息管理等
  • 运营管理,广告管理、文章管理
  • 促销管理,商品促销、订单促销、优惠券等
  • 财务管理,支付单、退款单管理、提现管理、账户资金管理
  • 控制面板,计划任务、插件、图片、地区、消息、店铺配置、支付方式、配送方式等
  • 门店管理,门店列表

目录结构

初始的目录结构如下:

wwwroot  WEB部署目录(或者子目录)
├─addons                应用插件目录
├─application           应用目录
│  ├─api                api接口模块目录
│  ├─b2c                前台模块
│  ├─common             公共模块目录
│  ├─crontab            定时任务目录
│  ├─job                任务队列目录
│  ├─manage             后台管理目录
│  ├─wechat             接收微信消息目录
│  ├─command.php        命令行工具配置文件
│  ├─common.php         公共函数文件
│  ├─tags.php           应用行为扩展定义文件
│
├─config                配置文件目录
├─h5                    前台H5源码
├─public                WEB目录(对外访问目录)
│  ├─install            自动安装目录
│  ├─static             前台静态文件
│  ├─wap                前台手机端运行目录
│  ├─index.php          入口文件
│  └─.htaccess          用于apache的重写
│
├─thinkphp              thinkphp框架系统目录
├─extend                扩展类库目录
├─runtime               应用的运行时目录(可写,可定制)
├─vendor                第三方类库目录(Composer依赖库)
├─wechat_app            微信小程序源码
├─build.php             自动生成定义文件(参考)
├─composer.json         composer 定义文件
├─LICENSE.txt           授权说明文件
├─README.md             README 文件
├─think                 命令行入口文件
├─crontab               定时任务命令行入口文件

项目演示

输入图片说明

项目截图

输入图片说明

后台截图

输入图片说明 输入图片说明 输入图片说明 输入图片说明

环境要求

  • Nginx/Apache/IIS
  • PHP5.6+
  • MySQL5.5+

建议使用环境:Linux + Nginx1.14 + PHP7 + MySQL5.6

nginx 伪静态配置

    location / {
        if (!-e $request_filename){
            rewrite  ^(.*)$  /index.php?s=$1  last;   break;
        }
    }

安全&缺陷

如果你发现了一个安全漏洞或缺陷,请发送邮件到 [email protected]。所有的安全漏洞都将及时得到解决。

License

Jshop小程序商城授权协议,请参阅 LICENSE.txt

jshop_mall's People

Contributors

wjima avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.