Commit 9c3afbab authored by 曾沂轮's avatar 曾沂轮

Fix: 修复引用和模板默认值

parent 66fd4970
...@@ -19,7 +19,7 @@ module.exports = { ...@@ -19,7 +19,7 @@ module.exports = {
type: 'string', type: 'string',
required: false, required: false,
message: 'Project description', message: 'Project description',
default: 'A vuejs project', default: 'A smart3d Project',
}, },
author: { author: {
type: 'string', type: 'string',
......
...@@ -9,5 +9,8 @@ ...@@ -9,5 +9,8 @@
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>
<script src="./assets/cesium/Cesium.js"></script>
<script src="./assets/smart3d/smart3d.js"></script>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment