提交 7987a9b4 编写于 作者: 璃白.'s avatar 璃白. 🌻

feat

上级 3251de57
{ {
"name": "Quicker", "name": "Quicker",
"version": "0.0.1", "version": "0.0.2",
"author": "libai", "author": "libai",
"description": "An electron-vue project", "description": "An electron-vue project",
"license": null, "license": null,
......
...@@ -10,7 +10,7 @@ module.exports = () => { ...@@ -10,7 +10,7 @@ module.exports = () => {
let createWindow = (opts) => { let createWindow = (opts) => {
const winURL = const winURL =
process.env.NODE_ENV === "development" process.env.NODE_ENV === "development"
? `http://gitcode.net:5501/#/plugin` ? `http://127.0.0.1:5501/#/plugin`
: `${__dirname}/index.html`; : `${__dirname}/index.html`;
win = new BrowserWindow({ win = new BrowserWindow({
height: 600, height: 600,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册