index,html
Document
网易云音乐
推荐
我的音乐
Hosting
创建的歌单
我的歌单
app.js
var app = angular.module('wyyapp', ['ngRoute']);
app.config(['$routeProvider', function ($routeProvider) {
$routeProvider.when('/findMusic', {
template: 'aaaaaa'
})
}])

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
你这样截图问题就很清晰了,
ng-app="wyyapp"改为ng-app="app"就可以了