Document
首页
游戏
游戏
我是内容
var app=angular.module('myApp',['ngRoute'])
.config(function($routeProvider){
$routeProvider
.when('/',{template:'首页1'})
.when('/book/',{templateUrl:'view/b.html'})
.when('/game/',{templateUrl:'view/c.html'})
.otherwise({
redirecTo:'/'
})
})
会出错angular.min.js:79 XMLHttpRequest cannot load file:///D:/angular/item/view/b.html. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
怎么解决?
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
建议用ui-router
启动一个本地服务器就行