Skip to content

mdddj/ddxmb-admin

Repository files navigation

典典的小卖部后台

1.关于

  • 模板使用了阿里的 AntdPro5.0
  • 代码使用 Typescript 编写
  • api 使用典典小卖部 webApi npm 包链接
  • 文件管理使用了阿里云 OSS
  • Token 鉴权使用 java shiro jwt

2.运行前配置在src/utils/request.ts文件中将https://itbug.shop这行注释掉

class Api {
  // static host: string = 'https://itbug.shop'; /// 将这行注释,生产环境下的服务器地址
  static host: string = 'http://localhost'; // 开发环境

  static getInstance(): DdServerApiByWeb {
    let token = localStorage.getItem('token') ?? undefined;
    let api = DdServerApiByWeb.getInstance();
    api.host = this.host;
    api.token = token;
    return api;
  }
}

3.运行需要安装 npm 或者 yarn

yarn
yarn start dev

构建静态文件部署到服务器

yarn build

4.部分界面预览

升级 package 依赖包命令

1. npm install -g npm-check-updates

2. ncu

3. ncu -u

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published