http://localhost:18083/admin/goods_edit.html#?id=149187842867969
注意: ?前要加# ,则是angularJS的地址路由的书写形式
如果想不加井号,则需要加入angularjs的路由规则
app.config(['$locationProvider', function($locationProvider) {
$locationProvider.html5Mode(true);
}]);
2024-03-04 20:47:36
http://localhost:18083/admin/goods_edit.html#?id=149187842867969
注意: ?前要加# ,则是angularJS的地址路由的书写形式
如果想不加井号,则需要加入angularjs的路由规则
app.config(['$locationProvider', function($locationProvider) {
$locationProvider.html5Mode(true);
}]);