diff --git a/admin/src/app/views/tools/cloud_compile.vue b/admin/src/app/views/tools/cloud_compile.vue index ed35fca9c..39b324704 100644 --- a/admin/src/app/views/tools/cloud_compile.vue +++ b/admin/src/app/views/tools/cloud_compile.vue @@ -53,7 +53,7 @@
编译uniapp代码
- 云编泽会将uniapp端的vue代码编译为对应的html文件,同时将生成的代码下载到系统 niucloud下的 + 云编译会将uniapp端的vue代码编译为对应的html文件,同时将生成的代码下载到系统 niucloud下的 public/wap 目录中,这样手机端网页的访问路径将变为 https://域名/wap @@ -62,7 +62,7 @@
编译web代码
- 云编泽会将web端的vue代码编译为对应的html文件,同时将生成的代码下载到系统 niucloud下的 + 云编译会将web端的vue代码编译为对应的html文件,同时将生成的代码下载到系统 niucloud下的 public/web 目录中,这样电脑端网页的访问路径将变为 https://域名/web