19 lines
550 B
Plaintext
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中加入 权限
|