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 +1 -1
- package/readme.md +3 -0
- package/templates/template_oa/readme.md +6 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
git仓库建立完毕后,执行`sh init.sh`
|
|
5
5
|
|
|
6
6
|
### 本地调试
|
|
7
|
-
|
|
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
|