1.0.1 • Published 1 year ago

spiderplatweb v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

环境部署

测试环境

  1. 先build 构建,成功后dist 目录会生成文件
  2. 修改dist\config.js 文件,修改地址为测试环境地址
const CAS_URL = 'http://192.168.210.229/scas-server';

const LOCAL_URL = 'http://spider.czy.com/spiderplat/';

const API_URL = 'http://spider.czy.com/spiderplat/api';
  1. 执行 npm publish:test