Commit a94d6da7 by xiehao

1、修改了架构元模型结构化解析地址

1 parent f162604b
Showing with 1 additions and 1 deletions
const { defineConfig } = require('@vue/cli-service'); const { defineConfig } = require('@vue/cli-service');
const ip = '43.143.211.42'; const ip = '127.0.0.1';
module.exports = defineConfig({ module.exports = defineConfig({
transpileDependencies: true, transpileDependencies: true,
//如果是hash模式, publicPath:"";如果是history, publicPath:"/" //如果是hash模式, publicPath:"";如果是history, publicPath:"/"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!