response/target/classes/public/vue/这个文件夹的内容是用来导航到对应的vue页面的,并不是真正的vue
2025-06-27 10:04:22 +08:00

19 lines
550 B
Plaintext

路由案例 PingGuPesticide
在app.js中
//24/09/03 农药评估
.state('app.pingGuPesticide', {
catch: true,
url: '/pingGuPesticide',
templateUrl: 'vue/view/PingGuPesticide.html',
controller: 'PingGuPesticideCtrl'
})
在index.html中加入ctrl地址
<script src="vue/controller/PingGuPesticideCtrl.js"></script>
建立对应的html html的地址如下
<iframe width="100%" height="900px" src="./daping.html#/pesticidePingGu"></iframe>
在用户的json中加入 权限