Giter Site home page Giter Site logo

mrmodoor / cmfshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aaa391621/cmfshop

0.0 1.0 0.0 34.38 MB

基于thinkcmf的商城小程序

TSQL 4.61% JavaScript 29.50% PHP 46.23% Vue 0.01% CSS 3.37% HTML 14.83% PLpgSQL 0.85% Roff 0.01% Smarty 0.60%

cmfshop's Introduction

cmfshop

后台文件:cmfshop
小程序文件:wei-cmf
数据库: thinkcmfshop.sql
将域名指向cmfshop/public
访问后台:域名/admin,账号:admin,密码:123456
后台插件列表,小程序插件填写相关信息
修改wei-cmf/utils/api.js里的host域名
支付配置在后台设置/微信设置
问题反馈:qq:29285674 邮箱:[email protected]

本程序仅供学习和二次开发使用,本项目停止更新,近期在做UNIAPP版本,敬请期待
image
image
image
image
image
image
image
image
伪静态配置:

    
location / {
    index  index.php index.html index.htm;
     #如果请求既不是一个文件,也不是一个目录,则执行一下重写规则
     if (!-e $request_filename)
     {
        #地址作为将参数rewrite到index.php上。
        rewrite ^/(.*)$ /index.php?s=$1;
        #若是子目录则使用下面这句,将subdir改成目录名称即可。
        #rewrite ^/subdir/(.*)$ /subdir/index.php?s=$1;
     }
}

location /api/ {
    index  index.php index.html index.htm;
     #如果请求既不是一个文件,也不是一个目录,则执行一下重写规则
     if (!-e $request_filename)
     {
        #地址作为将参数rewrite到index.php上。
        #rewrite ^/(.*)$ /index.php?s=$1;
        #若是子目录则使用下面这句,将subdir改成目录名称即可。
        rewrite ^/api/(.*)$ /api/index.php?s=$1;
     }
}
    

cmfshop's People

Contributors

aaa391621 avatar xiliang-ms avatar

Watchers

James Cloos 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.