公告板
版本库
filestore
活动
搜索
登录
何威
/
ckt-web
测控台前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
U 部分高频柜参数读取不到 目前去掉
he wei
2024-04-15
c94f1afa786f297be86b01b49a641b2c0ad98b6e
[~whychw/ckt-web.git]
/
command
/
html.js
1
2
3
4
5
6
7
8
const path = require("path");
const fs = require("fs");
// 把 index.html 拷贝到 public 下
fs.copyFileSync(
path.resolve("./index.html"),
path.resolve("./public/index.html")
);