gpt4 book ai didi

angular - 建筑 Electron 应用打破了我的 Angular 2应用

转载 作者:行者123 更新时间:2023-12-03 12:29:34 27 4
gpt4 key购买 nike

因此,当我运行我的angular 2应用程序后,我的angular 2应用程序不再起作用。没有错误出现,但是该应用程序不再知道如何路由,因此根据我的index.html,它只是在加载时卡住了。 asar如何打包我的应用程序吗?我该怎么做才能使其再次运行?
文件结构:

./package.json

-----> ./electron/main.js

 src/---> index.html
app/app.routing.ts
app/app.component.ts
app/app.module.ts
app/home/home.component.ts
app/...All The other components......

index.html:
  <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>New</title>
<script>
document.write('<base href="' + document.location + '" />');
</script>

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">

<script>window.$ = window.jQuery = require('./public/jquery/dist/jquery.min.js');</script>
<script src="./public/bootstrap/dist/js/bootstrap.min.js"></script>

<link rel="stylesheet" href="./public/bootstrap/dist/css/bootstrap.min.css">

<link rel="stylesheet" href="./public/bootstrap/dist/css/bootstrap-theme.min.css">

</head>
<body>
<app-root>
Loading...
</app-root>
</body>
</html>

最佳答案

href="' + document.location + '"

用。。。来代替
href="./" 

here是我的方法

关于angular - 建筑 Electron 应用打破了我的 Angular 2应用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41466931/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com