How to get the hostname in vuex action?

后端 未结 0 1212
谎友^
谎友^ 2020-12-11 16:41

I created app by nuxt.

I want to get hostname in vuex action ?

export const actions = {
  testAction({ commit }) {
    if (hostname === \'localhost\')          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题