lyseky
V2EX  ›  Angular

有人懂 angular 的路由规则吗

  •  
  •   lyseky · Jan 27, 2016 · 3500 views
    This topic created in 3782 days ago, the information mentioned may be changed or developed.

    怎么默认访问主页的时候不要显示这段,如:http://localhost:63342/mulan-angular/client/src/

    //设置路由
    myApp.config(function ($stateProvider,$urlRouterProvider,$locationProvider) {
    //去掉路由中的[#]
    $locationProvider.html5Mode({
    enabled: true,
    requireBase: false});
    $stateProvider
    .state('home',{
    url:"/",
    templateUrl:"mulan-angular/client/src/index.html",
    });
    // $urlRouterProvider.otherwise('/');
    });

    6 replies    2016-01-27 13:07:10 +08:00
    clijiac
        1
    clijiac  
       Jan 27, 2016
    你这个用的是 ui-router 吧 ,没用过
    看看这个 http://bubkoo.com/2014/01/02/angular/ui-router/guide/url-routing/
    lyseky
        2
    lyseky  
    OP
       Jan 27, 2016
    @clijiac 我想访问端口就直接是项目主页了,怎么设置
    aivier
        3
    aivier  
       Jan 27, 2016   ❤️ 1
    这是 WebStorm 的调试地址,那上面的是你自己的项目文件夹路径吧,去不掉,你换个 Nginx 应该就没有了
    bdbai
        4
    bdbai  
       Jan 27, 2016 via iPhone
    同楼上, router 换的是路径后面的部分,前面归服务器管。
    lyseky
        5
    lyseky  
    OP
       Jan 27, 2016
    @aivier 人才,居然知道我用的 ide
    lyseky
        6
    lyseky  
    OP
       Jan 27, 2016
    @bdbai 3q
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3856 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 00:09 · PVG 08:09 · LAX 17:09 · JFK 20:09
    ♥ Do have faith in what you're doing.