kn-cli 1.0.63 → 1.0.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kn-cli",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -81,6 +81,9 @@ module.exports = {
81
81
  ```
82
82
 
83
83
  # 更新日志
84
+ * 1.0.64
85
+ oa模板的readme更新
86
+
84
87
  * 1.0.61
85
88
  兼容windows下终端的编译
86
89
 
@@ -4,7 +4,10 @@
4
4
  git仓库建立完毕后,执行`sh init.sh`
5
5
 
6
6
  ### 本地调试
7
- kn-cli --dev
7
+ 1、sh dev.sh
8
+ 2、打开 `http://192.168.90.250:8886/` 才测试环境登录账号成功后将它的cookie的 oa_session 复制到本站cookie内
9
+
10
+ > 借助chrome-oa插件 https://gitlab.ops.kingnet.com/changx/chrome-plugin-oa-test-helper 可以在本站内右键直接将oa cookie导入
8
11
 
9
12
  ### 生产环境部署
10
13
  1. 向运维申请CICD环境,申请模板如下:
@@ -35,6 +38,8 @@ kn-cli --dev
35
38
  3. 快速发布
36
39
  4. 进入域名访问
37
40
 
41
+ > 注意需要在测试和生产环境的OA系统内 增加本站域名的跨域支持
42
+
38
43
 
39
44
 
40
45
  ### 版本发布Tag