Commit d265c609 authored by kangzhenfei's avatar kangzhenfei

GetAll

parent a76de6d8
......@@ -60,8 +60,8 @@ export const actions={
commit("addUser",result);
},
async loadDictionary({ commit }) {
let url = `${systemUrl}/Dictionary/GetAll`
// let url = `${system}/Dictionary/GetAll`
// let url = `${systemUrl}/Dictionary/GetAll`
let url = `${system}/Dictionary/GetAll`
let { result } = await Api.get(url);
var map = new Map();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment