Code Monkey home page Code Monkey logo

jiancai-admin's Introduction

建材门户网站后台管理系统

效果预览

展示部分页面效果 首页面板
在线聊天
轮播设置
公司简介
发展历程 产品展示
招聘管理
新闻编辑
发布新闻
标签管理
通知策略
角色管理
操作日志
聊天记录
今日访客

项目地址

https://admin.100jiancai.cn

nginx配置

请参考另jiancai-front项目

未上传的密钥文件

  • .env.development
  • .env.production
  • src/const/secret.js 这三个文件的内容分别如下:
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://localhost:9999'
VUE_CLI_BABEL_TRANSPILE_MODULES = true
ENV = 'production'
# base api
VUE_APP_BASE_API  = 'xxx'
module.exports = {
  // 存放本项目图片文件的配置,本项目用到了七牛云的三个Bucket
  // 其中cdn用于存放JS和CSS等项目内的静态文件
  // imageCdnConfig用于存放图片 分为官网图片和管理后台图片
  cdn: {
    bucket: "",
    accessKey: "",
    secretKey: "",
    cdnHost: ""
  },
  imageCdnConfig: {
    imageHostPublic: "",
    imageHostAdmin: "",
    bucketPublic: "",
    bucketAdmin: "",
    accessKey: "",
    secretKey: ""
  },
  // 存放本项目index.html的配置(需要搭建FTP服务器)
  ftpConfig: {
    host: "<主机IP>",
    user: "",
    password: "",
    port: 21
  }
};

jiancai-admin's People

Contributors

oceans-pro avatar

Watchers

 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.