yuntao1997

Results 2 issues of yuntao1997

看issue发现很多人也有这个问题,我最近也碰到了,然后跟踪了一下源码,总算解决了。 下面给出我的解决步骤: 1. 打开LCN Logger `logging.level.com.codingapi.txlcn = debug` 2. 检查日志中是否包含以下log。如包含,转6 `com.codingapi.txlcn.tracing.Tracings : tracing apply group:693a5ae3226537.....` 3. 检查日志中的各服务log中groupId是否一致 。如一致,转6 `c.c.t.t.c.context.DefaultGlobalContext : Start TxContext[693a5ae3226537]` 4. 检查是否用了 @EnableWebMvc 注解。如用了,转6 5. 添加MVC拦截器 ``` public...

项目链接:[https://github.com/yuntao1997/i18n-auto-webpack-uniapp-example](https://github.com/yuntao1997/i18n-auto-webpack-uniapp-example) 存在几个问题: 1. 在根目录配置了 **i18nauto.config.js**,提示下面的错误 ``` Lack of "i18nauto.config.js" file, use the default config... ``` 2. 项目无法启动,提示下面的错误 ``` 文件查找失败:'./App' at main.js:13 文件查找失败:'C:/Users/yuntao/Desktop/i18n-auto-webpack-uniapp-example/pages/index/index.vue' at pages.json:1 ```